]> git.sur5r.net Git - cc65/commit
Mark tokens with the file position from where they're read. Restore this
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 20 Jan 2011 20:54:30 +0000 (20:54 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 20 Jan 2011 20:54:30 +0000 (20:54 +0000)
commit3b59a8ca6f53ef93da0d8292096892f80180f40a
treed93e06e0935396600471356708ab7f00381213c4
parentddb7296b6c38036c6c3001c4c471c346b9585ae6
Mark tokens with the file position from where they're read. Restore this
position for tokens read from a token list. This means that line info does
now show the actual point of definition. This is an improvement but needs to
be refined.

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