]> git.eshelyaron.com Git - emacs.git/commitdiff
(EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE.
authorKarl Heuer <kwzh@gnu.org>
Mon, 18 Apr 1994 22:40:07 +0000 (22:40 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 18 Apr 1994 22:40:07 +0000 (22:40 +0000)
src/config.in

index b015a2b531229d7061327a2d7b86fed0674b74d4..99572129f92d1868ceb18d29e4d83b0611f4e718 100644 (file)
@@ -166,10 +166,14 @@ and this notice must be preserved on all copies.  */
 #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 @@ typedef unsigned long EMACS_UINT;
    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 ();