From d48662d49650099e5ab9e1fe218311a18c2ff73a Mon Sep 17 00:00:00 2001 From: grischka Date: Thu, 5 May 2016 20:04:00 +0200 Subject: tccgen: scopes levels for local symbols (update 1) Catch top level redeclarations too. Also fix mistakes in tcctest.c and the tcc sources (win32) showing up now. --- tests/tcctest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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) { -- cgit v1.3.1