changeset 20021:b380f33ec214

(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 38426889dc68
children 04848758f37c
files regex.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/regex.h	Mon Oct 17 14:01:44 1994 +0000
+++ b/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;