Discussion:
makeAssignment with value X
(too old to reply)
Diego Huang
2004-02-16 17:18:15 UTC
Permalink
Hi,

Since VarValue can also be X, what should makeAssignment do if it gets the
value X for the incoming variable 'value'? Should it return 0 for
conflict? Or do nothing and return 1?

Thanks,

Diego
Alexander Smith
2004-02-17 02:11:38 UTC
Permalink
Treat this as an error: print an error message and call exit(1).

Alexander
Post by Diego Huang
Hi,
Since VarValue can also be X, what should makeAssignment do if it gets the
value X for the incoming variable 'value'? Should it return 0 for
conflict? Or do nothing and return 1?
Thanks,
Diego
Loading...