* aoutx.h (some_aout_object_p): Protect arg prototype in
authorFred Fish <fnf@specifix.com>
Sun, 29 Nov 1992 16:40:09 +0000 (16:40 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 29 Nov 1992 16:40:09 +0000 (16:40 +0000)
callback_to_real_object_p with PARAMS macro for non-ANSI compilers.

bfd/ChangeLog
bfd/aoutx.h

index b1c51c57bdef86945cad6fed491dcae2eb035238..41763d4476b83941d8210f1361870249491ff707 100644 (file)
@@ -1,3 +1,8 @@
+Sun Nov 29 08:37:13 1992  Fred Fish  (fnf@cygnus.com)
+
+       * aoutx.h (some_aout_object_p):  Protect arg prototype in
+       callback_to_real_object_p with PARAMS macro for non-ANSI compilers.
+
 Sat Nov 28 04:01:21 1992  John Gilmore  (gnu@cygnus.com)
 
        * aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.h,
index 909c5b281dcb6962949fdcafb1a3845af6b80bb2..d42167c4fd2a99cc9065c43754052621f96cf872 100644 (file)
@@ -339,7 +339,7 @@ bfd_target *
 DEFUN(NAME(aout,some_aout_object_p),(abfd, execp, callback_to_real_object_p),
       bfd *abfd AND
       struct internal_exec *execp AND
-      bfd_target *(*callback_to_real_object_p) (bfd *))
+      bfd_target *(*callback_to_real_object_p) PARAMS ((bfd *)))
 {
   struct aout_data_struct *rawptr, *oldrawptr;
   bfd_target *result;
This page took 0.037743 seconds and 4 git commands to generate.