summaryrefslogtreecommitdiff
path: root/src/m/alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/alpha.h')
-rw-r--r--src/m/alpha.h4
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 ();
simultaneously. */
#define NO_TERMIO
-#define TEXT_END ({ extern int _etext; _etext; })
-#define DATA_END ({ extern int _EDATA; _EDATA; })
+#define TEXT_END ({ extern int _etext; &_etext; })
+#define DATA_END ({ extern int _EDATA; &_EDATA; })
#endif