]> git.sur5r.net Git - cc65/commit
Test for pointer must use IsTypePtr not a direct compare. The later may (and
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 31 Aug 2008 18:23:58 +0000 (18:23 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 31 Aug 2008 18:23:58 +0000 (18:23 +0000)
commit63943c3f44a2ed21ac970cf26938d8782431a2ec
tree635ae4659d349d72f0fab4883cca6b52b61da5a8
parent7e9b6e73115511e0ec86644c9da8719bb2cc2f4d
Test for pointer must use IsTypePtr not a direct compare. The later may (and
does) fail because of qualifiers.

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