changeset 6950:8924bd75c263

(EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE.
author Karl Heuer <kwzh@gnu.org>
date Mon, 18 Apr 1994 22:40:07 +0000
parents 319678b541eb
children a517c80bbe8d
files src/config.in
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Mon Apr 18 22:37:30 1994 +0000
+++ b/src/config.in	Mon Apr 18 22:40:07 1994 +0000
@@ -166,10 +166,14 @@
 #undef config_machfile
 #include config_machfile
 
+/* These typedefs shouldn't appear when alloca.s or Makefile.in
+   includes config.h.  */
+#ifndef NOT_C_CODE
 #ifndef SPECIAL_EMACS_INT
 typedef long EMACS_INT;
 typedef unsigned long EMACS_UINT;
 #endif
+#endif
 
 /* Load in the conversion definitions if this system
    needs them and the source file being compiled has not
@@ -263,7 +267,7 @@
    programs assume that if you have a config.h file, you must declare
    the type of getenv.
 
-   This declaration shouldn't appear when alloca.s or ymakefile
+   This declaration shouldn't appear when alloca.s or Makefile.in
    includes config.h.  */
 #ifndef NOT_C_CODE
 extern char *getenv ();