diff lib/progreloc.c @ 4691:ce37d22a271f

Remove K&R cruft.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 12 Sep 2003 18:24:51 +0000
parents fae2e3155b7a
children eebff8c51a9b
line wrap: on
line diff
--- a/lib/progreloc.c	Thu Sep 11 14:12:03 2003 +0000
+++ b/lib/progreloc.c	Fri Sep 12 18:24:51 2003 +0000
@@ -285,7 +285,7 @@
 /* Return the full pathname of the current executable, based on the earlier
    call to set_program_name_and_installdir.  Return NULL if unknown.  */
 char *
-get_full_program_name ()
+get_full_program_name (void)
 {
   return executable_fullname;
 }