tools: fix js2c macro expansion bug
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 24 Jul 2013 16:13:25 +0000 (18:13 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 24 Jul 2013 19:49:34 +0000 (21:49 +0200)
commit457d52924152c6f2baf2fddbe76a03bca7bdde7c
tree6fd8aba9681deeaeaebad428eb0b8e4896f8a3e0
parent4b279f00921b251f58ff7213c6a1518c66281747
tools: fix js2c macro expansion bug

If the same macro was used twice in close proximity, the second one
didn't get expanded.
tools/js2c.py