aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-02-09 22:32:39 +0000
committerKarl Heuer1994-02-09 22:32:39 +0000
commitf47ed8df080b5fadbf4b56a3679b5145902096ba (patch)
treeab7dd03388cb7b3859e5025cb2653db29e063899
parent1ec715837b4881f7f4dbe320b0ed62557546c492 (diff)
downloademacs-f47ed8df080b5fadbf4b56a3679b5145902096ba.tar.gz
emacs-f47ed8df080b5fadbf4b56a3679b5145902096ba.zip
(CRT0_DUMMIES): Definition deleted.
-rw-r--r--src/m/news.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/news.h b/src/m/news.h
index 81eafa16d87..f61c3ba9ba7 100644
--- a/src/m/news.h
+++ b/src/m/news.h
@@ -47,7 +47,9 @@ NOTE-END */
47 47
48/* One CRT0 Dummy variable */ 48/* One CRT0 Dummy variable */
49 49
50#if 0 /* larry@mitra.com says Sony's as doesn't like this. */
50#define CRT0_DUMMIES one_dummy, 51#define CRT0_DUMMIES one_dummy,
52#endif
51 53
52/* Use type int rather than a union, to represent Lisp_Object */ 54/* Use type int rather than a union, to represent Lisp_Object */
53 55