diff src/unexalpha.c @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents 8eaf7971accc
children c42ec1d1cded
line wrap: on
line diff
--- a/src/unexalpha.c	Mon Aug 13 10:01:24 2007 +0200
+++ b/src/unexalpha.c	Mon Aug 13 10:02:21 2007 +0200
@@ -386,7 +386,7 @@
 
   for (i = 0; i < nsyms && found < 2; i += cbEXTR)
     {
-      register pEXTR x = (pEXTR) (old + symoff + i);
+      REGISTER pEXTR x = (pEXTR) (old + symoff + i);
       char *s;
   
       s = old + stroff + x->asym.iss; /* name of the symbol */