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. --- elf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'elf.h') diff --git a/elf.h b/elf.h index 52ccf3f..ecabafa 100644 --- a/elf.h +++ b/elf.h @@ -28,13 +28,12 @@ typedef signed char int8_t; typedef short int int16_t; typedef int int32_t; typedef long long int int64_t; -#endif - typedef unsigned char uint8_t; typedef unsigned short int uint16_t; typedef unsigned int uint32_t; typedef unsigned long long int uint64_t; #endif +#endif /* Standard ELF types. */ -- cgit v1.3.1