From b7a89544d09455d7b2f4621c80b21ca457563f4a Mon Sep 17 00:00:00 2001 From: Keith Kanios Date: Thu, 12 Apr 2007 02:40:54 +0000 Subject: General push for x86-64 support, dubbed 0.99.00. --- float.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'float.h') diff --git a/float.h b/float.h index 2f91633d..bd4a75a6 100644 --- a/float.h +++ b/float.h @@ -10,7 +10,7 @@ #ifndef NASM_FLOAT_H #define NASM_FLOAT_H -int float_const(char *number, long sign, unsigned char *result, int bytes, +int float_const(int8_t *number, int32_t sign, uint8_t *result, int bytes, efunc error); #endif -- cgit v1.2.1