]> git.sur5r.net Git - cc65/commit
Don't allow too many nested macro expansions. Until now, it was possible to
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 7 Jun 2011 21:17:35 +0000 (21:17 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 7 Jun 2011 21:17:35 +0000 (21:17 +0000)
commit5db7604efff0b0a3e573c888a7d56f524376db23
treee143f72d545b229a20b6ca8a5447643b57af95fc
parentf8089b98c1e0fe43220a043c5c554b343f65913f
Don't allow too many nested macro expansions. Until now, it was possible to
send the assembler in an endless loop by a recursive macro without end
condition or a set of macros that called each other.

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