diff src/config.in @ 6939:fac59520e15f

(EMACS_INT, EMACS_UINT): New typedefs.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Apr 1994 23:36:08 +0000
parents e862f607f34f
children 8924bd75c263
line wrap: on
line diff
--- a/src/config.in	Sun Apr 17 23:15:41 1994 +0000
+++ b/src/config.in	Sun Apr 17 23:36:08 1994 +0000
@@ -166,6 +166,11 @@
 #undef config_machfile
 #include config_machfile
 
+#ifndef SPECIAL_EMACS_INT
+typedef long EMACS_INT;
+typedef unsigned long EMACS_UINT;
+#endif
+
 /* Load in the conversion definitions if this system
    needs them and the source file being compiled has not
    said to inhibit this.  There should be no need for you