*** empty log message ***

This commit is contained in:
hyung-hwan 2006-08-04 16:33:50 +00:00
parent 1ea85ed09d
commit 86f9f881d6
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: run.c,v 1.160 2006-08-04 16:31:21 bacon Exp $
* $Id: run.c,v 1.161 2006-08-04 16:32:38 bacon Exp $
*/
#include <xp/awk/awk_i.h>

View File

@ -1,5 +1,5 @@
/*
* $Id: awk.c,v 1.63 2006-08-04 16:31:22 bacon Exp $
* $Id: awk.c,v 1.64 2006-08-04 16:33:50 bacon Exp $
*/
#include <xp/awk/awk.h>

6
ase/test/awk/t27.awk Normal file
View File

@ -0,0 +1,6 @@
global a, b, c;
BEGIN { while (1) while(1) while (1) ; }
END { while (1) while(1) while (1) ; }