]> git.sur5r.net Git - cc65/commit
Mark imports with a special type tag instead of relying on the export pointer
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 18 Aug 2011 10:04:01 +0000 (10:04 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 18 Aug 2011 10:04:01 +0000 (10:04 +0000)
commite53f4fa1636461cd517ef40b9527b3ec404c16ce
tree609438838568abfeb2dc6a21171caea4f91f17e8
parent50adbf61f1d8fa71190d02015cd158deeebaf5a0
Mark imports with a special type tag instead of relying on the export pointer
being valid, because the export may not be available if the module was
compiled without debug information.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5201 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/dbginfo/dbginfo.c
src/dbginfo/dbginfo.h