Make the definition for float_const() match the prototype
authorH. Peter Anvin <hpa@zytor.com>
Sat, 17 Nov 2007 22:35:19 +0000 (14:35 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 17 Nov 2007 22:35:19 +0000 (14:35 -0800)
commitc9588ea1bc313a4365d7507411b8f1524872318e
tree5bccd6e9fd82ca5e0cd1cd527b23fde2c414b338
parentb284e48ae2b8a85e9a1f89f99e096e7e1f673a8b
Make the definition for float_const() match the prototype

The definition for float_const() had int32_t, the prototype had only
int.  We only care about the sign, so int makes more sense.
float.c