diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/alpha.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index a54585d3a5d..459a00d8181 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -284,6 +284,6 @@ extern void r_alloc_free (); | |||
| 284 | simultaneously. */ | 284 | simultaneously. */ |
| 285 | #define NO_TERMIO | 285 | #define NO_TERMIO |
| 286 | 286 | ||
| 287 | #define TEXT_END ({ extern int _etext; _etext; }) | 287 | #define TEXT_END ({ extern int _etext; &_etext; }) |
| 288 | #define DATA_END ({ extern int _EDATA; _EDATA; }) | 288 | #define DATA_END ({ extern int _EDATA; &_EDATA; }) |
| 289 | #endif | 289 | #endif |