mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
(EMACS_INT, EMACS_UINT): New typedefs.
This commit is contained in:
parent
2778c642f8
commit
65fd20249c
1 changed files with 5 additions and 0 deletions
|
|
@ -166,6 +166,11 @@ and this notice must be preserved on all copies. */
|
|||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue