]> git.sur5r.net Git - cc65/commit
The .defined function (and .ifdef/.ifndef) flagged an imported symbol as
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 8 May 2001 17:56:39 +0000 (17:56 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 8 May 2001 17:56:39 +0000 (17:56 +0000)
commit3ef00e7d2acefce95275bfd615b3658ffbd1b273
tree2fe6658658adf095f7c029abbb86105954992ab3
parenta961f00997a38d6714b613d2bf252ee85868fcf4
The .defined function (and .ifdef/.ifndef) flagged an imported symbol as
"defined". I'm not sure whichever is correct, but I changed it now and
will introduce an additional function .isimport if necessary.

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