From: Karl Heuer Date: Wed, 9 Feb 1994 22:32:39 +0000 (+0000) Subject: (CRT0_DUMMIES): Definition deleted. X-Git-Tag: emacs-19.34~9981 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f47ed8df080b5fadbf4b56a3679b5145902096ba;p=emacs.git (CRT0_DUMMIES): Definition deleted. --- 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 */ /* 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 */