]> git.sur5r.net Git - cc65/commit
Fix wrong line info sometimes output for macros: When macro parameters were
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 13 Jun 2011 08:53:41 +0000 (08:53 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 13 Jun 2011 08:53:41 +0000 (08:53 +0000)
commitff9841d7b574c7d22be098f89687f2cff29272bd
tree8563d864e8569b36b2b6c58b0f2766173feba20e
parentd1426aaa4309b76197e4514d858641bcd96b937b
Fix wrong line info sometimes output for macros: When macro parameters were
expanded, the line info came from the parameter replacement list, but was
marked as coming from the macro. Now parameter replacement lists don't change
the line info.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5051 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/lineinfo.c
src/ca65/lineinfo.h
src/ca65/macro.c
src/ca65/toklist.c
src/ca65/toklist.h