From: Karl Heuer Date: Tue, 18 Oct 1994 03:47:42 +0000 (+0000) Subject: (RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93113fa37757115b84dd7e8d63ffbcd495e2b749;p=pspp (RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore. --- diff --git a/regex.h b/regex.h index a495005ce9..40f684cb8e 100644 --- a/regex.h +++ b/regex.h @@ -344,11 +344,6 @@ struct re_pattern_buffer }; 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;