]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Move away from K&R C.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Sep 2003 09:39:19 +0000 (09:39 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:58 +0000 (12:10 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/progreloc.c

index b2ed205e6d5d85612788103c0ed9640017a7d704..88f575dfffcf51850a5e0d04e3de233d69d2f480 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-12  Paul Eggert  <eggert@twinsun.com>
+
+       * progreloc.c (get_full_program_name): Define via prototype.
+
 2003-08-28  Bruno Haible  <bruno@clisp.org>
 
        * binary-io.h: Undefine O_BINARY before defining it. This avoids a
index cda55a76e91886c55507c9ec051656bd6ccf451c..13ecb436e4f294cefc7159218b328a63038b3376 100644 (file)
@@ -285,7 +285,7 @@ set_program_name_and_installdir (const char *argv0,
 /* 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;
 }