*** empty log message ***

This commit is contained in:
2006-01-30 14:34:47 +00:00
parent 6c25664a7e
commit c4a635d425
7 changed files with 141 additions and 48 deletions

View File

@ -76,16 +76,6 @@ int xp_main (int argc, xp_char_t* argv[])
return -1;
}
xp_printf (XP_TEXT("-----------------------------------------------\n"));
if (awk.tree.begin != XP_NULL) {
xp_printf (XP_TEXT("BEGIN "));
xp_awk_prnpt (awk.tree.begin);
}
if (awk.tree.end != XP_NULL) {
xp_printf (XP_TEXT("END "));
xp_awk_prnpt (awk.tree.end);
}
xp_awk_close (&awk);
return 0;
}