svn path=/trunk/yasm/; revision=259
}
floatnum *
-floatnum_new(char *str)
+floatnum_new(const char *str)
{
floatnum *flt;
int dec_exponent, dec_exp_add; /* decimal (powers of 10) exponent */
unsigned char flags;
} floatnum;
-floatnum *floatnum_new(char *str);
+floatnum *floatnum_new(const char *str);
void floatnum_delete(floatnum *flt);
/* The get functions return nonzero if flt can't fit into that size format. */
}
floatnum *
-floatnum_new(char *str)
+floatnum_new(const char *str)
{
floatnum *flt;
int dec_exponent, dec_exp_add; /* decimal (powers of 10) exponent */
unsigned char flags;
} floatnum;
-floatnum *floatnum_new(char *str);
+floatnum *floatnum_new(const char *str);
void floatnum_delete(floatnum *flt);
/* The get functions return nonzero if flt can't fit into that size format. */