]> git.sur5r.net Git - cc65/commit
Fixed ca65's "ubiquitous_idents" feature.
authorGreg King <gregdk@users.sf.net>
Sat, 30 Nov 2013 13:20:36 +0000 (08:20 -0500)
committerGreg King <gregdk@users.sf.net>
Sat, 30 Nov 2013 13:20:36 +0000 (08:20 -0500)
commit309c8fb8425af833c260d93909827d1d6c0bdce4
treeeefebd68aa628d4805c665928574027be352dbb4
parented100f67b9dc637d8ba1eaaf91efc640eff7fa02
Fixed ca65's "ubiquitous_idents" feature.

Before the fix, that feature couldn't recognize a standard op-code mnemonic, that wasn't replaced by a macro, if it was on a line without a label.

This patch was written by Jeremy Turner.
src/ca65/main.c