diff src/unexalpha.c @ 363:972bbb6d6ca2 r21-1-11

Import from CVS: tag r21-1-11
author cvs
date Mon, 13 Aug 2007 10:59:28 +0200
parents 9ea74add5d37
children cc15677e0335
line wrap: on
line diff
--- a/src/unexalpha.c	Mon Aug 13 10:58:41 2007 +0200
+++ b/src/unexalpha.c	Mon Aug 13 10:59:28 2007 +0200
@@ -210,7 +210,7 @@
   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