[Nice-commit] Nice/stdlib/nice/lang/inline CompOp.java,1.6,1.7
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2004-12-31 18:40:56
|
Update of /cvsroot/nice/Nice/stdlib/nice/lang/inline In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31454/F:/nice/stdlib/nice/lang/inline Modified Files: CompOp.java Log Message: Converted ConstantExp. Index: CompOp.java =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/inline/CompOp.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CompOp.java 25 Feb 2004 11:23:27 -0000 1.6 --- CompOp.java 31 Dec 2004 18:40:44 -0000 1.7 *************** *** 140,143 **** --- 140,144 ---- public void checkSpecialRequirements(bossa.syntax.Expression[] arguments) { + /* TODO: make this work again bossa.syntax.ConstantExp literalexp = null; bossa.syntax.Expression otherexp = null; *************** *** 162,166 **** bossa.util.User.warning(otherexp, "Comparing a value with a constant outside the range of that value"); } ! } // Interpretation --- 163,168 ---- bossa.util.User.warning(otherexp, "Comparing a value with a constant outside the range of that value"); } ! */ ! } // Interpretation |