Skip to content

Commit 191dc00

Browse files
committed
Move away from K&R C.
1 parent d8b9706 commit 191dc00

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2003-09-12 Paul Eggert <eggert@twinsun.com>
2+
3+
* srclib/progreloc.c (get_full_program_name): Define via prototype.
4+
15
2003-08-15 Bruno Haible <bruno@clisp.org>
26

37
* Makefile.devel (lib/translit.h): Add ulimit command so that the

srclib/progreloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ set_program_name_and_installdir (const char *argv0,
285285
/* Return the full pathname of the current executable, based on the earlier
286286
call to set_program_name_and_installdir. Return NULL if unknown. */
287287
char *
288-
get_full_program_name ()
288+
get_full_program_name (void)
289289
{
290290
return executable_fullname;
291291
}

0 commit comments

Comments
 (0)