# HG changeset patch # User Karl Heuer # Date 782452062 0 # Node ID 88992afb2a16e92850bf4bcfeda6cb83a22550ec # Parent 99d523cdb0ea0ba4caf2fdb2d4f1623b63f4c3f4 (RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore. diff -r 99d523cdb0ea -r 88992afb2a16 src/regex.h --- 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;