working on the block expression compilation
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
# define HCL_SIZEOF_MBSTATE_T HCL_SIZEOF_LONG
|
||||
# define HCL_MBLEN_MAX 8
|
||||
|
||||
#elif defined(__TURBOC__)
|
||||
#elif defined(__TURBOC__)
|
||||
/* TODO: be more version specific wchar_t may be available in newer BCC */
|
||||
# define HCL_SIZEOF_CHAR 1
|
||||
# define HCL_SIZEOF_SHORT 2
|
||||
@ -92,7 +92,7 @@
|
||||
# define HCL_SIZEOF_VOID_P 4
|
||||
# define HCL_SIZEOF_FLOAT 4
|
||||
# define HCL_SIZEOF_DOUBLE 8
|
||||
# define HCL_SIZEOF_LONG_DOUBLE 10
|
||||
# define HCL_SIZEOF_LONG_DOUBLE 10
|
||||
# define HCL_SIZEOF_WCHAR_T 0
|
||||
|
||||
# define HCL_SIZEOF___INT8 0
|
||||
|
Reference in New Issue
Block a user