From 14755ac891b8c9f1eed90fd25fab4573d940c0d4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 26 Apr 1995 17:19:13 +0000 Subject: [PATCH] (EMACS_INT): Define it to int. (BIG KLUDGE) --- lib/regex.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/regex.c b/lib/regex.c index 7cb8da8..1e3731b 100644 --- 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 -- 2.7.4