diff options
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 |