diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tcctest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcctest.c b/tests/tcctest.c index 823a657..14cf5f3 100644 --- a/tests/tcctest.c +++ b/tests/tcctest.c @@ -2303,7 +2303,9 @@ void c99_vla_test(int size1, int size2) #endif } +#ifndef __TINYC__ typedef __SIZE_TYPE__ uintptr_t; +#endif void sizeof_test(void) { |
