aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-17 23:36:08 +0000
committerRichard M. Stallman1994-04-17 23:36:08 +0000
commit65fd20249c539bbc35b6ad7b82d09591e400d176 (patch)
tree54acec87d4d34b012192398c8dd61f99e7473484 /src
parent2778c642f8e637cf50ad3ff303be6c082a3e91d4 (diff)
downloademacs-65fd20249c539bbc35b6ad7b82d09591e400d176.tar.gz
emacs-65fd20249c539bbc35b6ad7b82d09591e400d176.zip
(EMACS_INT, EMACS_UINT): New typedefs.
Diffstat (limited to 'src')
-rw-r--r--src/config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index fbe0f2da436..b015a2b5312 100644
--- a/src/config.in
+++ b/src/config.in
@@ -166,6 +166,11 @@ and this notice must be preserved on all copies. */
166#undef config_machfile 166#undef config_machfile
167#include config_machfile 167#include config_machfile
168 168
169#ifndef SPECIAL_EMACS_INT
170typedef long EMACS_INT;
171typedef unsigned long EMACS_UINT;
172#endif
173
169/* Load in the conversion definitions if this system 174/* Load in the conversion definitions if this system
170 needs them and the source file being compiled has not 175 needs them and the source file being compiled has not
171 said to inhibit this. There should be no need for you 176 said to inhibit this. There should be no need for you