Store a zero when declaring a constant without a value in pass 1. This is a kludge to avoid fatals since constants might be looked up in pass 1 programs. (We can just hope that the constant will be looked up again later..) Rev: src/program.c:1.407