summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-04-26 17:19:13 +0000
committerJim Meyering <jim@meyering.net>1995-04-26 17:19:13 +0000
commit14755ac891b8c9f1eed90fd25fab4573d940c0d4 (patch)
treeb7c0589bd2d5f5c60a73109a3740b24ea6033c4f /lib
parent9c5392e4af467a0e6a1cc11a708fa51b763b86c3 (diff)
downloadcoreutils-14755ac891b8c9f1eed90fd25fab4573d940c0d4.tar.xz
(EMACS_INT): Define it to int. (BIG KLUDGE)
Diffstat (limited to 'lib')
-rw-r--r--lib/regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/regex.c b/lib/regex.c
index 7cb8da8b1..1e3731bb0 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