[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

constant 0 translation



I changed the constant 0 translation to '(long) 0' rather than
'IntegerVar(0)' because longs will cast to integerVars, but not vice
versa, and I have a comparison that won't compile.  Will this be a
problem.

dean