1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-03 12:55:56 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 4dd4e76a88 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
2002-11-22 01:45:00 +00:00
asminc Add declaration of __errno 2002-11-20 18:14:53 +00:00
doc Document some more functions 2002-11-11 23:23:49 +00:00
include Make wchar_t a 16 bit type 2002-11-22 00:51:33 +00:00
libsrc Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
packages Working on the auto build 2002-11-20 21:16:14 +00:00
samples replaced reference to vlink utility with grc call with proper options 2002-11-16 13:27:10 +00:00
src Added a scope argument to the SymIsDef and SymIsDef functions, so it is 2002-11-22 01:45:00 +00:00
testcode Fixed a typo 2002-11-22 00:39:29 +00:00
util
.cvsignore