# HG changeset patch # User Richard M. Stallman # Date 766625768 0 # Node ID fac59520e15fb63f71405e2655828d48e1f90f2d # Parent 782646fc75055896c1ae9641a61da5e3b0c17f82 (EMACS_INT, EMACS_UINT): New typedefs. diff -r 782646fc7505 -r fac59520e15f src/config.in --- 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