(EMACS_INT): Define it to int. (BIG KLUDGE)
authorJim Meyering <jim@meyering.net>
Wed, 26 Apr 1995 17:19:13 +0000 (17:19 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 26 Apr 1995 17:19:13 +0000 (17:19 +0000)
lib/regex.c

index 7cb8da8..1e3731b 100644 (file)
@@ -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