]> git.eshelyaron.com Git - emacs.git/commitdiff
(CRT0_DUMMIES): Definition deleted.
authorKarl Heuer <kwzh@gnu.org>
Wed, 9 Feb 1994 22:32:39 +0000 (22:32 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 9 Feb 1994 22:32:39 +0000 (22:32 +0000)
src/m/news.h

index 81eafa16d87066e8f429954d8cdada3dcd0c4cf9..f61c3ba9ba7d7dba36415313db15bfde265c7e4f 100644 (file)
@@ -47,7 +47,9 @@ NOTE-END  */
 
 /* One CRT0 Dummy variable */
 
+#if 0 /* larry@mitra.com says Sony's as doesn't like this.  */
 #define CRT0_DUMMIES one_dummy,
+#endif
 
 /* Use type int rather than a union, to represent Lisp_Object */