*** empty log message ***

This commit is contained in:
hyung-hwan 2006-12-19 14:26:27 +00:00
parent f6488f6eba
commit 2220cca7e4
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: awk.c,v 1.143 2006-12-17 14:56:07 bacon Exp $
* $Id: awk.c,v 1.144 2006-12-19 14:26:27 bacon Exp $
*/
#include <ase/awk/awk.h>
@ -874,7 +874,7 @@ static int __main (int argc, ase_char_t* argv[])
int errnum = ase_awk_geterrnum(awk);
awk_printf (
ASE_T("ERROR: cannot parse program - line %u [%d] %s\n"),
(unsigned int)ase_awk_getsrcline(awk),
(unsigned int)ase_awk_geterrlin(awk),
errnum, ase_awk_geterrstr(errnum));
ase_awk_close (awk);
return -1;

View File

@ -4,7 +4,7 @@ function call_next ()
}
BEGIN {
//call_next ();
#call_next ();
}
END {