projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a847ad
)
(RE_TRANSLATE_P): New macro.
author
Andreas Schwab
<schwab@suse.de>
Wed, 15 Apr 1998 10:32:29 +0000
(10:32 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 15 Apr 1998 10:32:29 +0000
(10:32 +0000)
regex.h
patch
|
blob
|
history
diff --git
a/regex.h
b/regex.h
index 24c568f1c9331eba5230b61f4fc7b72b4806f0a5..7241683798826318b43db17c340d7d0f4ec50ccb 100644
(file)
--- a/
regex.h
+++ b/
regex.h
@@
-290,6
+290,7
@@
typedef enum
#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