Update of /cvsroot/webmacro/webmacro/src/org/webmacro/parser
In directory sc8-pr-cvs1:/tmp/cvs-serv9508
Modified Files:
WMParser_impl.java
Log Message:
Removing the remnants of the old Filter mechanism
Index: WMParser_impl.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/parser/WMParser_impl.java,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** WMParser_impl.java 12 Jun 2003 00:47:46 -0000 1.51
--- WMParser_impl.java 21 Jul 2003 21:28:24 -0000 1.52
***************
*** 979,983 ****
Object[] names = v.toArray();
{
! if (true) return new VariableBuilder(names, false);
}
throw new Error("Missing return statement in function");
--- 979,983 ----
Object[] names = v.toArray();
{
! if (true) return new VariableBuilder(names);
}
throw new Error("Missing return statement in function");
|