*** empty log message ***

This commit is contained in:
2006-11-27 04:33:22 +00:00
parent fb3395de23
commit 84494c2615
9 changed files with 188 additions and 58 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: Awk.java,v 1.11 2006-11-26 16:16:34 bacon Exp $
* $Id: Awk.java,v 1.12 2006-11-27 04:33:21 bacon Exp $
*/
package ase.awk;
@ -20,7 +20,7 @@ public abstract class Awk
{
public Object run ()
{
//System.load ("c://projects//ase/awk/aseawk.dll");
System.load ("c://projects//ase/awk/aseawk.dll");
return null;
}
});