Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
202:61eefc8fc970 | 203:850242ba4a81 |
---|---|
384 | 384 |
385 /* cbEXTR is the size of an external symbol table entry */ | 385 /* cbEXTR is the size of an external symbol table entry */ |
386 | 386 |
387 for (i = 0; i < nsyms && found < 2; i += cbEXTR) | 387 for (i = 0; i < nsyms && found < 2; i += cbEXTR) |
388 { | 388 { |
389 register pEXTR x = (pEXTR) (old + symoff + i); | 389 REGISTER pEXTR x = (pEXTR) (old + symoff + i); |
390 char *s; | 390 char *s; |
391 | 391 |
392 s = old + stroff + x->asym.iss; /* name of the symbol */ | 392 s = old + stroff + x->asym.iss; /* name of the symbol */ |
393 | 393 |
394 if (!strcmp(s,"_edata")) | 394 if (!strcmp(s,"_edata")) |