*** empty log message ***

This commit is contained in:
hyung-hwan 2006-08-02 11:27:07 +00:00
parent fc3fedf57c
commit f518f752ba
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: run.c,v 1.154 2006-08-02 11:26:11 bacon Exp $
* $Id: run.c,v 1.155 2006-08-02 11:27:07 bacon Exp $
*/
#include <xp/awk/awk_i.h>

View File

@ -2,6 +2,7 @@ BEGIN { exit 10; }
{
print $0;
//print close ("");
}
END { print "== END OF PROGRAM =="; }