X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Funexalpha.c;h=a8045f0afb663b30ba0d90e09d4a59f7f5906d82;hb=f8b0dcc32dce11bef09e2fbcde040aecd1f86fd1;hp=3a1a12fa32e90d4bf6e075b9f051e30227f679ef;hpb=669565bfdc5d704dfb1d5ac1a0ec01fb3615a1ae;p=chise%2Fxemacs-chise.git- diff --git a/src/unexalpha.c b/src/unexalpha.c index 3a1a12f..a8045f0 100644 --- a/src/unexalpha.c +++ b/src/unexalpha.c @@ -210,7 +210,7 @@ unexec (char *new_name, char *a_name, nhdr.aout.bsize = 0; if (entry_address == 0) { - extern DEFAULT_ENTRY_ADDRESS (); + extern int DEFAULT_ENTRY_ADDRESS (void); nhdr.aout.entry = (unsigned long)DEFAULT_ENTRY_ADDRESS; } else