Recovered from cvs revision 2007-09-01 15:43:00

This commit is contained in:
2007-09-02 00:43:00 +00:00
parent 6bd702fccf
commit c8b439dd91
20 changed files with 213 additions and 45 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: Awk.java,v 1.12 2007/06/28 15:45:57 bacon Exp $
* $Id: Awk.java,v 1.13 2007/08/26 14:33:38 bacon Exp $
*
* {License}
*/
@ -33,7 +33,7 @@ public abstract class Awk
public static final int OPTION_EXTIO = (1 << 7);
public static final int OPTION_COPROC = (1 << 8);
public static final int OPTION_BLOCKLESS = (1 << 9);
public static final int OPTION_STRBASEONE = (1 << 10);
public static final int OPTION_ASEONE = (1 << 10);
public static final int OPTION_STRIPSPACES = (1 << 11);
public static final int OPTION_NEXTOFILE = (1 << 12);
public static final int OPTION_CRLF = (1 << 13);