changeset 407:0fd1dfaf5062

(EMACS_INT): Define it to int. (BIG KLUDGE)
author Jim Meyering <jim@meyering.net>
date Wed, 26 Apr 1995 17:19:13 +0000
parents be13a2d356fe
children 17dc6a8da5f5
files lib/regex.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -41,6 +41,8 @@
 # define gettext(msgid) (msgid)
 #endif
 
+#define EMACS_INT int
+
 /* The `emacs' switch turns on certain matching commands
    that make sense only in Emacs. */
 #ifdef emacs