fixed a minor issue for OS/2

This commit is contained in:
2011-07-25 08:42:23 +00:00
parent 5464fecddc
commit a9635f0ee0
2 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,7 @@ word fixed
qse_word_t _mark: 1;
qse_word_t _type: 2;
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 _class;