Fix 32-bit types in preproc.c and eval.c
commita5fc6467ab3bdd538a4731fdb0fc281bb599dc9e
authorKeith Kanios <keith@kanios.net>
Sat, 13 Oct 2007 14:09:22 +0000 (13 07:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 13 Oct 2007 14:09:22 +0000 (13 07:09 -0700)
treedd47a70955918240ddf17b73a6deaadc1453e321
parentb263b504bc6a56dbb56ba8afff1a0c2d3869d64b
Fix 32-bit types in preproc.c and eval.c

Fix 32-bit types in preproc.c and eval.c that should have been 64-bit
types.  This allows %assign to work correctly with 64-bit integers.
eval.c
preproc.c