core: Insure "il" is initialized in all cases
authorErwan Velu <erwan@enovance.com>
Mon, 22 Jul 2013 21:48:48 +0000 (23:48 +0200)
committerErwan Velu <erwan@enovance.com>
Mon, 22 Jul 2013 21:48:48 +0000 (23:48 +0200)
commit2fdbefdd43968f3bf354a488288b9794b5f5c6bb
tree4e535fa69d99ca3296b930ccc7e1ef5ba9732fd9
parent0fddbf7a07fa4d6501e7a2fcf2b058325affba57
core: Insure "il" is initialized in all cases

Prior this commit, "il" was not initialized and check_int() was supposed
to setup it's value before usage.

In fact, check_int() can let "il" uninitialized leading to a dprint()
with a unintialized value.
parse.c