*** empty log message ***
This commit is contained in:
parent
1ea85ed09d
commit
86f9f881d6
@ -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>
|
||||
|
@ -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
6
ase/test/awk/t27.awk
Normal file
@ -0,0 +1,6 @@
|
||||
global a, b, c;
|
||||
|
||||
BEGIN { while (1) while(1) while (1) ; }
|
||||
|
||||
END { while (1) while(1) while (1) ; }
|
||||
|
Loading…
Reference in New Issue
Block a user