]> git.sur5r.net Git - cc65/commit
Added a scope argument to the SymIsDef and SymIsDef functions, so it is
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 01:45:00 +0000 (01:45 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 01:45:00 +0000 (01:45 +0000)
commit4dd4e76a884a4479393a9bcfcfc39c92335e9af1
treec78c17957e56047e806995f695ed03a815c9117f
parentd7a5fbeb1a7082a9dabeb5c837d89711dd4d91d5
Added a scope argument to the SymIsDef and SymIsDef functions, so it is
possible to request information for a specific scope.
Add an optional scope argument to the .DEFINED builtin function.
Change the long branch macros to look for symbols in local scope.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1574 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/condasm.c
src/ca65/error.c
src/ca65/error.h
src/ca65/expr.c
src/ca65/macpack.c
src/ca65/main.c
src/ca65/scanner.h
src/ca65/symtab.c
src/ca65/symtab.h