don't use 'template' in C code, so it'll be friendlier to C++
authorKen Raeburn <raeburn@cygnus>
Thu, 22 Jul 1993 01:08:25 +0000 (01:08 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 22 Jul 1993 01:08:25 +0000 (01:08 +0000)
bfd/ChangeLog
bfd/bfd-in2.h

index 015fa2efbf8f6d9e4b443501c5497614b3bef739..a6880d6566529d2e61560dd5b72aea5651d08f6d 100644 (file)
@@ -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.
index 4afc6df7236a881fae4b292a45c87a0c22c256df..276e05128a3e2c6a79cd6bd04611f04d5139f0f3 100644 (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.  */
This page took 0.029352 seconds and 4 git commands to generate.