diff src/regex.h @ 9584:88992afb2a16

(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 075d14ca4436
children 96a592ccb751
line wrap: on
line diff
--- a/src/regex.h	Tue Oct 18 03:05:34 1994 +0000
+++ b/src/regex.h	Tue Oct 18 03:47:42 1994 +0000
@@ -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;