projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab02754
)
update regex.h from libc
author
Karl Berry
<karl@freefriends.org>
Sun, 10 Aug 2003 13:54:55 +0000
(13:54 +0000)
committer
Karl Berry
<karl@freefriends.org>
Sun, 10 Aug 2003 13:54:55 +0000
(13:54 +0000)
lib/ChangeLog
patch
|
blob
|
history
lib/regex.h
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index e2bf3a88c5db8667e0154239a462ba2ba0e58d0e..40aa9facc91b9217e048d95a73405f9bc8c41174 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,7
@@
+2003-08-10 Karl Berry <karl@gnu.org>
+
+ * regex.h: update from libc (whitespace fix).
+
2003-08-09 Paul Eggert <eggert@twinsun.com>
Merge some files from coreutils. These changes were
diff --git
a/lib/regex.h
b/lib/regex.h
index 53bdd8ff46115c4dac2be2a4908b08c6d2f9f68c..07ba1d02d85c30d1dabf143dcdb6d70677f1196f 100644
(file)
--- a/
lib/regex.h
+++ b/
lib/regex.h
@@
-193,7
+193,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)