mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
5 lines
136 B
Sed
5 lines
136 B
Sed
|
/^##/d
|
|||
|
s/# \(.*\)/ { 0, 0, "\1", NULL, },/
|
|||
|
s/\([^<5E>]*\)<29>\([^<5E>]*\)<29>\([^<5E>]*\)<29>\([^<5E>]*\)<29>\(.*\)/ { \1, \2, "\3", "\4", \5 },/
|
|||
|
s/\\/\\\\/g
|