From 0c4ea4cbc71acb15c231028ac6363473ecf29621 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Fri, 26 Mar 2004 17:16:24 +0000 Subject: delete GNU gawk 3.1.3 sources. they are available in cvs with "cvs co -r gawk-3-1-3-before-remove src/gnu/dist/gawk". --- gnu/dist/gawk/test/arrayref.awk | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 gnu/dist/gawk/test/arrayref.awk (limited to 'gnu/dist/gawk/test/arrayref.awk') diff --git a/gnu/dist/gawk/test/arrayref.awk b/gnu/dist/gawk/test/arrayref.awk deleted file mode 100644 index 144d41a0687..00000000000 --- a/gnu/dist/gawk/test/arrayref.awk +++ /dev/null @@ -1,13 +0,0 @@ - BEGIN { # foo[10] = 0 # put this line in and it will work - test(foo); print foo[1] - test2(foo2); print foo2[1] - } - - function test(foo) - { - test2(foo) - } - function test2(bar) - { - bar[1] = 1 - } -- cgit