projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfa8d62
)
(RE_TRANSLATE): Define default assuming simple integers.
author
Richard Stallman
<rms@gnu.org>
Fri, 4 Jul 1997 20:46:51 +0000
(20:46 +0000)
committer
Richard Stallman
<rms@gnu.org>
Fri, 4 Jul 1997 20:46:51 +0000
(20:46 +0000)
regex.h
patch
|
blob
|
history
diff --git
a/regex.h
b/regex.h
index 351ec7f4d97648d30017e3489cadb65ddc150a96..24c568f1c9331eba5230b61f4fc7b72b4806f0a5 100644
(file)
--- a/
regex.h
+++ b/
regex.h
@@
-289,6
+289,7
@@
typedef enum
#ifndef RE_TRANSLATE_TYPE
#define RE_TRANSLATE_TYPE char *
+#define RE_TRANSLATE(TBL, C) ((TBL)[C])
#endif
struct re_pattern_buffer