Mercurial > emacs
changeset 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 | 99d523cdb0ea |
children | 0088fa4ae1fa |
files | src/regex.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
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;