fixed a minor issue for OS/2
This commit is contained in:
parent
5464fecddc
commit
a9635f0ee0
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: std.c 518 2011-07-24 14:24:13Z hyunghwan.chung $
|
* $Id: std.c 519 2011-07-24 14:42:23Z hyunghwan.chung $
|
||||||
*
|
*
|
||||||
Copyright 2006-2011 Chung, Hyung-Hwan.
|
Copyright 2006-2011 Chung, Hyung-Hwan.
|
||||||
This file is part of QSE.
|
This file is part of QSE.
|
||||||
@ -39,6 +39,7 @@
|
|||||||
#ifndef QSE_HAVE_CONFIG_H
|
#ifndef QSE_HAVE_CONFIG_H
|
||||||
# if defined(_WIN32) || defined(__OS2__) || defined(__DOS__)
|
# if defined(_WIN32) || defined(__OS2__) || defined(__DOS__)
|
||||||
# define HAVE_POW
|
# define HAVE_POW
|
||||||
|
# define HAVE_FMOD
|
||||||
# define HAVE_SIN
|
# define HAVE_SIN
|
||||||
# define HAVE_COS
|
# define HAVE_COS
|
||||||
# define HAVE_TAN
|
# define HAVE_TAN
|
||||||
|
@ -48,7 +48,7 @@ word fixed
|
|||||||
qse_word_t _mark: 1;
|
qse_word_t _mark: 1;
|
||||||
qse_word_t _type: 2;
|
qse_word_t _type: 2;
|
||||||
qse_word_t _variable: 1;
|
qse_word_t _variable: 1;
|
||||||
qse_word_t _refcnt: (QSE_SIZEOF_WORD_T-4);
|
qse_word_t _refcnt: ((QSE_SIZEOF_WORD_T*8)-4);
|
||||||
|
|
||||||
qse_word_t _size;
|
qse_word_t _size;
|
||||||
qse_word_t _class;
|
qse_word_t _class;
|
||||||
|
Loading…
Reference in New Issue
Block a user