mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Don't assume that system headers define 'uint' or 'ulong' as types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10356 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c745b4950d
commit
47c1b6d740
@ -12,9 +12,9 @@ main(int argc, char** argv)
|
||||
unsigned char ubc0, uc2;
|
||||
unsigned short us2, usf1, usd1;
|
||||
int ic3, is3, sif1, sid1;
|
||||
uint uic4, uis4, uif1, uid1;
|
||||
unsigned int uic4, uis4, uif1, uid1;
|
||||
long slf1, sld1;
|
||||
ulong ulf1, uld1;
|
||||
unsigned long ulf1, uld1;
|
||||
float f1;
|
||||
double d1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user