reworked on the variable scoping for awk

This commit is contained in:
2007-12-22 03:57:26 +00:00
parent 730e8cc9c5
commit b46fd5ab5c
12 changed files with 79 additions and 47 deletions

View File

@ -33,8 +33,6 @@ public abstract class Awk
// options
public static final int OPTION_IMPLICIT = (1 << 0);
public static final int OPTION_EXPLICIT = (1 << 1);
public static final int OPTION_UNIQUEFN = (1 << 2);
public static final int OPTION_SHADING = (1 << 3);
public static final int OPTION_SHIFT = (1 << 4);
public static final int OPTION_IDIV = (1 << 5);
public static final int OPTION_STRCONCAT = (1 << 6);