projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e9943c
)
(RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 19 Mar 2000 23:21:42 +0000
(23:21 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 19 Mar 2000 23:21:42 +0000
(23:21 +0000)
regex.h
patch
|
blob
|
history
diff --git
a/regex.h
b/regex.h
index 692b93b094fef7f063f7718c93e232e77b888222..9ebc4e0bf22aebe3b3db6b86f6033d3a61d2c097 100644
(file)
--- a/
regex.h
+++ b/
regex.h
@@
-294,10
+294,8
@@
typedef enum
compiled, the `re_nsub' field is available. All other fields are
private to the regex routines. */
-#ifndef RE_TRANSLATE_TYPE
+#ifndef RE_TRANSLATE_TYPE
#define RE_TRANSLATE_TYPE char *
-#define RE_TRANSLATE(TBL, C) ((TBL)[C])
-#define RE_TRANSLATE_P(TBL) (TBL)
#endif
struct re_pattern_buffer