fixed a minor build issue with mingw64.

renamed qse_real_t to qse_flt_t
This commit is contained in:
2011-11-22 05:03:31 +00:00
parent 5bd21d36b2
commit 350c75434c
38 changed files with 505 additions and 402 deletions

View File

@ -85,7 +85,7 @@ struct qse_stc_t
int type;
/*
qse_stx_int_t ivalue;
qse_stx_real_t fvalue;
qse_stx_flt_t fvalue;
*/
qse_str_t name;
} token;

View File

@ -36,8 +36,8 @@ struct qse_stx_token_t
int type;
/*
qse_stx_int_t ivalue;
qse_stx_real_t fvalue;
qse_stx_int_t ivalue;
qse_stx_flt_t fvalue;
*/
qse_stx_name_t name;
qse_bool_t __dynamic;