don't use 'template' in C code, so it'll be friendlier to C++

This commit is contained in:
Ken Raeburn
1993-07-22 01:08:25 +00:00
parent d59e5a4707
commit 10bd43a89c
2 changed files with 6 additions and 1 deletions

View File

@@ -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. */