]> git.sur5r.net Git - cc65/commit
Fixed a problem reported by thefox: A symbol reference with an explicit scope
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 27 Oct 2012 11:49:37 +0000 (11:49 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 27 Oct 2012 11:49:37 +0000 (11:49 +0000)
commitacb3fcb9c7edf907a4ac163c3b50a8ac025ca63d
tree5b9924105068d112d1ae6b0b2ea4e09701a3be83
parente412d455b94ae56a341ab78d47eb7c9f4c0c75cf
Fixed a problem reported by thefox: A symbol reference with an explicit scope
specification that is used when the scope is already closed, has be made a
trampoline symbol later, referencing a symbol outside of the scope explicit
specified.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5880 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/symentry.c
src/ca65/symentry.h
src/ca65/symtab.c
src/ca65/symtab.h