Fix <long>, <ulong>, *long, *ulong on win64

db4
Slava Pestov 2008-11-24 16:28:56 -06:00
parent b19e87ea75
commit 12d4f684ec
2 changed files with 6 additions and 2 deletions

View File

@ -56,3 +56,7 @@ TYPEDEF: uchar* MyLPBYTE
] must-fail
[ 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

View File

@ -23,6 +23,6 @@ M: x86.64 dummy-fp-params? t ;
<<
"longlong" "ptrdiff_t" typedef
"longlong" "intptr_t" typedef
"int" "long" typedef
"uint" "ulong" typedef
"int" c-type "long" define-primitive-type
"uint" c-type "ulong" define-primitive-type
>>