don't use 'template' in C code, so it'll be friendlier to C++
This commit is contained in:
parent
d59e5a4707
commit
10bd43a89c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jul 21 20:34:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
||||
|
||||
* opncls.c (bfd_create): Don't use C++ keyword "template" as a C
|
||||
variable name.
|
||||
|
||||
Tue Jul 20 15:02:23 1993 Fred Fish (fnf@deneb.cygnus.com)
|
||||
|
||||
* coff-m68k.c (m68k_howto2rtype): Make arg CONST to match callers.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue