]> git.sur5r.net Git - cc65/commit
When collecting tokens to be repeated inside of a .REPEAT section, do this in
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 4 Jan 2011 19:17:20 +0000 (19:17 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 4 Jan 2011 19:17:20 +0000 (19:17 +0000)
commit78c2b66e5874fcca74a13d2d6fb2a921de88e6a9
tree0bf6f1aa0ab2da84820094fbaa0059256ac73d27
parent338844cb2e37a5283bf3d65b0202bf05da179fb3
When collecting tokens to be repeated inside of a .REPEAT section, do this in
raw token mode, otherwise stuff is already partially evaluated.

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