Fix <long>, <ulong>, *long, *ulong on win64
parent
b19e87ea75
commit
12d4f684ec
|
@ -56,3 +56,7 @@ TYPEDEF: uchar* MyLPBYTE
|
||||||
] must-fail
|
] must-fail
|
||||||
|
|
||||||
[ t ] [ { t f t } >c-bool-array { 1 0 1 } >c-int-array = ] unit-test
|
[ t ] [ { t f t } >c-bool-array { 1 0 1 } >c-int-array = ] unit-test
|
||||||
|
|
||||||
|
os windows? cpu x86.64? and [
|
||||||
|
[ -2147467259 ] [ 2147500037 <long> *long ] unit-test
|
||||||
|
] when
|
||||||
|
|
|
@ -23,6 +23,6 @@ M: x86.64 dummy-fp-params? t ;
|
||||||
<<
|
<<
|
||||||
"longlong" "ptrdiff_t" typedef
|
"longlong" "ptrdiff_t" typedef
|
||||||
"longlong" "intptr_t" typedef
|
"longlong" "intptr_t" typedef
|
||||||
"int" "long" typedef
|
"int" c-type "long" define-primitive-type
|
||||||
"uint" "ulong" typedef
|
"uint" c-type "ulong" define-primitive-type
|
||||||
>>
|
>>
|
||||||
|
|
Loading…
Reference in New Issue