projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180239d
)
(RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 18 Oct 1994 03:47:42 +0000
(
03:47
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 18 Oct 1994 03:47:42 +0000
(
03:47
+0000)
regex.h
patch
|
blob
|
history
diff --git
a/regex.h
b/regex.h
index a495005ce93665611dafd1a267dd8e65f450fb8d..40f684cb8e554c4358634947f83eb9451e991980 100644
(file)
--- 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
\f
/* Type for byte offsets within the string. POSIX mandates this. */
typedef int regoff_t;