mirror of
https://github.com/oasislinux/oasis.git
synced 2026-06-21 15:37:15 +02:00
e7181404bf
{nsgenbind,webidl}-{lexer,parser}.{c,h} were generated using flex and bison on
unmodified 0.4 sources.
11 lines
89 B
Awk
11 lines
89 B
Awk
BEGIN {
|
|
FS=":"
|
|
}
|
|
|
|
/^#/ { next }
|
|
/^$/ { next }
|
|
|
|
{
|
|
system(gen_prop_parser " '" $0 "'")
|
|
}
|