diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-10-18 03:47:42 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-10-18 03:47:42 +0000 |
commit | 6e4b4a5412eeb620c806af60a278260d73bb6f46 (patch) | |
tree | 96249fa4e5ad8a7261747490d3ea323f32db50e2 /src/regex.h | |
parent | c27017e76fa2957b467d4c57506bba527b3348fa (diff) | |
download | emacs-6e4b4a5412eeb620c806af60a278260d73bb6f46.tar.gz |
(RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore.
Diffstat (limited to 'src/regex.h')
-rw-r--r-- | src/regex.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/regex.h b/src/regex.h index a495005ce93..40f684cb8e5 100644 --- a/src/regex.h +++ b/src/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; |