projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f28ed27
)
Remove useless space-before-tab.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 18 Aug 2005 05:08:05 +0000
(
05:08
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 18 Aug 2005 05:08:05 +0000
(
05:08
+0000)
lib/regex.h
patch
|
blob
|
history
diff --git
a/lib/regex.h
b/lib/regex.h
index 7beaaf06c0f00ab5f9e8185d064fa36a9b345905..bdce605a3de5b6fa9ee35244b23001e674c29042 100644
(file)
--- a/
lib/regex.h
+++ b/
lib/regex.h
@@
-206,7
+206,7
@@
extern reg_syntax_t re_syntax_options;
& ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS \
| RE_CONTEXT_INVALID_OPS ))
-#define RE_SYNTAX_POSIX_AWK \
+#define RE_SYNTAX_POSIX_AWK \
(RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS \
| RE_INTERVALS | RE_NO_GNU_OPS)