From: Jim Meyering Date: Wed, 26 Apr 1995 17:19:13 +0000 (+0000) Subject: (EMACS_INT): Define it to int. (BIG KLUDGE) X-Git-Tag: ss-950520-08h12-sync-tu~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=114bfa5f7c15cc49cd074ce24efd5d018d74d6d0;p=thirdparty%2Fgnulib.git (EMACS_INT): Define it to int. (BIG KLUDGE) --- diff --git a/lib/regex.c b/lib/regex.c index 7cb8da8b1c..1e3731bb06 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