initial commit

This commit is contained in:
2007-04-28 21:31:31 +00:00
parent 6acf470ccc
commit 2779dacb22
258 changed files with 10337 additions and 17385 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: Awk.java,v 1.27 2007-04-16 03:57:04 bacon Exp $
* $Id: Awk.java,v 1.1 2007/03/28 14:05:12 bacon Exp $
*
* {License}
*/
@ -35,7 +35,6 @@ public abstract class Awk
public static final int OPTION_STRIPSPACES = (1 << 11);
public static final int OPTION_NEXTOFILE = (1 << 12);
public static final int OPTION_CRLF = (1 << 13);
public static final int OPTION_ARGSTOMAIN = (1 << 14);
private long handle;