2004-01-17 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / libiberty / strsignal.c
index 521a2a83a670baececf4d0cb19160295f49dd753..a8a7d341fefa9694faeff23a4c06dcaf7f05f765 100644 (file)
@@ -42,7 +42,7 @@ extern PTR memset ();
 #undef sys_nsig
 
 #ifndef NULL
-#  ifdef __STDC__
+#  ifdef ANSI_PROTOTYPES
 #    define NULL (void *) 0
 #  else
 #    define NULL 0
@@ -350,7 +350,7 @@ init_signal_tables ()
 
 /*
 
-@deftypefn Extension int signo_max ()
+@deftypefn Extension int signo_max (void)
 
 Returns the maximum signal value for which a corresponding symbolic
 name or message is available.  Note that in the case where we use the
This page took 0.024828 seconds and 4 git commands to generate.