[tcljava-dev] Small improvements to Interp class and test
Brought to you by:
mdejong
From: Christian K. <chr...@so...> - 2001-05-09 13:08:06
|
Hello, attached are two small improvements related to the Interp class. The first replaces a call of Vector.remove() by Vector.removeElement(). This way Interp.java can also be compiled with Java version 1.1, even with the new resolver related methods ;-) The other patch added some forgotten braces to a test in jacl/Interp.test. These forgotten braces don't generate an error, since the additional argument cause the test command to omit this otherwise valid test. Instead it prints a very strange constraint at the end of the test run. Greetings, Krischan -- Christian Krone, SQL Datenbanksysteme GmbH Mail mailto:chr...@so... |