changeset 330:394bcec9fa51

(RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore.
author Karl Heuer <kwzh@gnu.org>
date Tue, 18 Oct 1994 03:47:42 +0000
parents df51498dab54
children 1c10a2372207
files regex.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/regex.h
+++ b/regex.h
@@ -344,11 +344,6 @@
 };
 
 typedef struct re_pattern_buffer regex_t;
-
-
-/* search.c (search_buffer) in Emacs needs this one opcode value.  It is
-   defined both in `regex.c' and here.  */
-#define RE_EXACTN_VALUE 1
 
 /* Type for byte offsets within the string.  POSIX mandates this.  */
 typedef int regoff_t;