Adding upstream version 0.5.1
This commit is contained in:
13
funcname0.awk
Normal file
13
funcname0.awk
Normal file
@@ -0,0 +1,13 @@
|
||||
BEGIN {
|
||||
print "FuncList w3mFuncList[] = {";
|
||||
n = 0;
|
||||
}
|
||||
/^#/ { next }
|
||||
{
|
||||
print "/*" n "*/ {\"" $1 "\"," $2 "},";
|
||||
n++;
|
||||
}
|
||||
END {
|
||||
print "{ NULL, NULL }"
|
||||
print "};"
|
||||
}
|
Reference in New Issue
Block a user