diff options
| author | grischka <grischka> | 2016-05-06 08:32:54 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-05-06 08:32:54 +0200 |
| commit | a94e8d439acbaa1634e59420749ffdb7ee15e353 (patch) | |
| tree | 5a8fabc2a954dfba7a8e9da6dca2bad84e7d7b68 /tests/Makefile | |
| parent | d48662d49650099e5ab9e1fe218311a18c2ff73a (diff) | |
| download | tinycc-a94e8d439acbaa1634e59420749ffdb7ee15e353.tar.gz tinycc-a94e8d439acbaa1634e59420749ffdb7ee15e353.tar.bz2 | |
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
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index e9f173b..cf817ad 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 |
