diff options
Diffstat (limited to 'posix/PTESTS2C.sed')
-rw-r--r-- | posix/PTESTS2C.sed | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/posix/PTESTS2C.sed b/posix/PTESTS2C.sed new file mode 100644 index 0000000000..98a547da30 --- /dev/null +++ b/posix/PTESTS2C.sed @@ -0,0 +1,4 @@ +/^##/d +s/# \(.*\)/ { 0, 0, "\1", NULL, },/ +s/\([^¦]*\)¦\([^¦]*\)¦\([^¦]*\)¦\([^¦]*\)¦\(.*\)/ { \1, \2, "\3", "\4", \5 },/ +s/\\/\\\\/g |