diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-13 01:04:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-13 01:04:26 +0000 |
commit | 813ec65a4d69dcf9b2ecaf42395a4ba62dd2d33c (patch) | |
tree | 3227bd5dc92eb6fc1e3cfaa8cac7107997e439d8 /posix/PTESTS2C.sed | |
parent | 14744156b935eb7fb1a2013fdc3ce6613defa94d (diff) | |
download | glibc-813ec65a4d69dcf9b2ecaf42395a4ba62dd2d33c.tar.gz |
Update.
2003-11-12 Ulrich Drepper <drepper@redhat.com>
* posix/PTESTS: Cleanup. Fix typoes. Correct bugs in 2003.2.
* posix/runptests.c (main): Handle comments.
* posix/PTESTS2C.sed: Handle comments.
Diffstat (limited to 'posix/PTESTS2C.sed')
-rw-r--r-- | posix/PTESTS2C.sed | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/PTESTS2C.sed b/posix/PTESTS2C.sed index f371a70e6c..b6850a3754 100644 --- a/posix/PTESTS2C.sed +++ b/posix/PTESTS2C.sed @@ -1,5 +1,6 @@ /^##/d -s/# \(.*\)/ { 0, 0, "\1", NULL, },/ +s/^# \(.*\)/ { 0, 0, "\1", NULL, },/ +s/^#W \(.*\)/ { 0, 0, NULL, "\1" },/ s/\([^¦]*\)¦\([^¦]*\)¦\([^¦]*\)¦\([^¦]*\)¦\(.*\)/ { \1, \2, "\3", "\4", \5 },/ s/\\/\\\\/g s/
/\\r/g |