changeset 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 782646fc7505
children 5e194e2529e7
files src/config.in
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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