Recovered from cvs revision 2007-10-18 11:14:00

This commit is contained in:
2007-10-18 23:51:00 +00:00
parent e46893f4d0
commit 060d42d19b
8 changed files with 111 additions and 20 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: Awk.java,v 1.22 2007/10/16 15:30:41 bacon Exp $
* $Id: Awk.java,v 1.23 2007/10/17 14:38:28 bacon Exp $
*
* {License}
*/
@ -72,7 +72,6 @@ public abstract class Awk
public native void parse () throws Exception;
public native void run (String main, String[] args) throws Exception;
public native void stop ();
native void stoprun (long runid);
private native int getmaxdepth (int id);
private native void setmaxdepth (int id, int depth);
private native int getoption ();