comparison 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
comparison
equal deleted inserted replaced
6938:782646fc7505 6939:fac59520e15f
164 164
165 See m/template.h for documentation on writing m/*.h files. */ 165 See m/template.h for documentation on writing m/*.h files. */
166 #undef config_machfile 166 #undef config_machfile
167 #include config_machfile 167 #include config_machfile
168 168
169 #ifndef SPECIAL_EMACS_INT
170 typedef long EMACS_INT;
171 typedef 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
172 to alter these lines. */ 177 to alter these lines. */
173 178