mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
don't use 'template' in C code, so it'll be friendlier to C++
This commit is contained in:
@@ -441,7 +441,7 @@ bfd_size_type
|
||||
bfd_alloc_size PARAMS ((bfd *abfd));
|
||||
|
||||
bfd *
|
||||
bfd_create PARAMS ((CONST char *filename, bfd *template));
|
||||
bfd_create PARAMS ((CONST char *filename, bfd *templ));
|
||||
|
||||
|
||||
/* Byte swapping macros for user section data. */
|
||||
|
||||
Reference in New Issue
Block a user