From 81b5c4dd1120d915facaaeba6970da7f95724540 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 18 Oct 1994 03:47:42 +0000 Subject: [PATCH] (RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore. --- src/regex.h | 5 ----- 1 file changed, 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; -- 2.39.5