aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-07-22 01:08:25 +0000
committerKen Raeburn <raeburn@cygnus>1993-07-22 01:08:25 +0000
commit10bd43a89ca3791debfc6d3a55aabed73a68eac1 (patch)
treea0da0a47c6ba2c42df036934b72509f4145cff8b /bfd/bfd-in2.h
parentd59e5a4707dd884f221c84f216a29eb222a6fd04 (diff)
downloadgdb-10bd43a89ca3791debfc6d3a55aabed73a68eac1.zip
gdb-10bd43a89ca3791debfc6d3a55aabed73a68eac1.tar.gz
gdb-10bd43a89ca3791debfc6d3a55aabed73a68eac1.tar.bz2
don't use 'template' in C code, so it'll be friendlier to C++
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 4afc6df..276e051 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -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. */