]> git.sur5r.net Git - cc65/commit
Proper warnings for "risky" gotos.
authorlaubzega <mileksmyk@gmail.com>
Sat, 29 Sep 2018 05:11:09 +0000 (22:11 -0700)
committerOliver Schmidt <ol.sc@web.de>
Tue, 2 Oct 2018 16:49:53 +0000 (18:49 +0200)
commitc797b3b37674938d4ebf0e3eb0c65cbdc98427ac
tree0f15317e628a03a1b7426dad4c5cd069b7c24dad
parentc835f4991309385ec9dbb93dc92a08139ae609b9
Proper warnings for "risky" gotos.
src/cc65/function.c
src/cc65/function.h
src/cc65/locals.c
src/cc65/stmt.c
src/cc65/symentry.c
src/cc65/symentry.h
src/cc65/symtab.c
test/misc/Makefile
test/misc/goto.c [new file with mode: 0644]
test/misc/goto.ref [new file with mode: 0644]