]> git.sur5r.net Git - cc65/commit
Move all attributes and other information that is attached to a token into a
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 16 Jan 2011 16:05:43 +0000 (16:05 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 16 Jan 2011 16:05:43 +0000 (16:05 +0000)
commitddb7296b6c38036c6c3001c4c471c346b9585ae6
treed945c7166d556f8d1705dc04007cc1724f086a68
parentdbfae85f54a8c387d454e4bfbd7cffe3febdb36a
Move all attributes and other information that is attached to a token into a
structure named Token.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4910 b7a2c559-68d2-44c3-8de9-860c34a00d81
23 files changed:
src/ca65/asserts.c
src/ca65/condasm.c
src/ca65/dbginfo.c
src/ca65/ea65.c
src/ca65/easw16.c
src/ca65/enum.c
src/ca65/error.c
src/ca65/expr.c
src/ca65/fragment.c
src/ca65/instr.c
src/ca65/macro.c
src/ca65/main.c
src/ca65/nexttok.c
src/ca65/pseudo.c
src/ca65/repeat.c
src/ca65/scanner.c
src/ca65/scanner.h
src/ca65/struct.c
src/ca65/symbol.c
src/ca65/symentry.c
src/ca65/token.h
src/ca65/toklist.c
src/ca65/ulabel.c