tccgen: scopes levels for local symbols (update 2)
allow
typedef int xxx;
typedef int xxx;
in the same scope as long as it is the same type
This commit is contained in:
@ -250,6 +250,7 @@ cache: tcc_g
|
||||
# clean
|
||||
clean:
|
||||
$(MAKE) -C tests2 $@
|
||||
$(MAKE) -C pp $@
|
||||
rm -vf *~ *.o *.a *.bin *.i *.ref *.out *.out? *.out?b *.cc \
|
||||
*-cc *-tcc *.exe \
|
||||
hello libtcc_test vla_test tcctest[1234] ex? tcc_g
|
||||
|
||||
Reference in New Issue
Block a user