[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
constant 0 translation
- To: <xtech@xxxxxxxx>
- Subject: constant 0 translation
- From: Roger Gregory <roger@xxxxxxxx>
- Date: Sat, 7 Apr 90 20:32:43 PDT
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