*** empty log message ***
This commit is contained in:
parent
fc3fedf57c
commit
f518f752ba
@ -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>
|
#include <xp/awk/awk_i.h>
|
||||||
|
@ -2,6 +2,7 @@ BEGIN { exit 10; }
|
|||||||
|
|
||||||
{
|
{
|
||||||
print $0;
|
print $0;
|
||||||
|
//print close ("");
|
||||||
}
|
}
|
||||||
|
|
||||||
END { print "== END OF PROGRAM =="; }
|
END { print "== END OF PROGRAM =="; }
|
||||||
|
Loading…
Reference in New Issue
Block a user