Posted By:
valentin_tihomirov
Posted On:
Wednesday, January 26, 2005 03:15 AM
this is translated correctly:
ConstToken ct = new ConstToken(CONST, $getText, 100);
$setToken(ct);
while the line
$setToken(new ConstToken(CONST, $getText, 100));
ends in
_token = newConstToken(CONST ..
; that is, missing white space after
new