initial import

This commit is contained in:
2008-12-21 21:35:07 +00:00
parent 4c01ea1604
commit 4803bd861a
384 changed files with 24572 additions and 53621 deletions

View File

@ -1,7 +1,7 @@
#
# genoptcode.awk
#
# aseawk -f generror.awk awk.h
# qseawk -f generror.awk awk.h
#
BEGIN {
@ -10,7 +10,7 @@ BEGIN {
tab4="\t\t\t";
}
/^[[:space:]]*enum[[:space:]]+ase_awk_option_t[[:space:]]*$/ {
/^[[:space:]]*enum[[:space:]]+qse_awk_option_t[[:space:]]*$/ {
collect=1;
print tab3 "// generated by genoptcode.awk";
print tab3 "enum Option";
@ -24,7 +24,7 @@ collect && /^[[:space:]]*};[[:space:]]*$/ {
collect=0;
}
collect && /^[[:space:]]*ASE_AWK_[[:alnum:]]+/ {
collect && /^[[:space:]]*QSE_AWK_[[:alnum:]]+/ {
split ($1, flds, ",");
name=flds[1];