XEmacs 21.2.12
[chise/xemacs-chise.git.1] / src / unexalpha.c
index 3a1a12f..a8045f0 100644 (file)
@@ -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