tccpp.c: In TOK_GET, add comment warning about illegal cast.
commit24308fd29285eb507054d6182288c2feb275c6bd
authorEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>
Wed, 4 Nov 2015 20:27:54 +0000 (4 20:27 +0000)
committerEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>
Wed, 4 Nov 2015 20:27:54 +0000 (4 20:27 +0000)
tree86f317c7e860e98c84adb8e527ad98f0f523fb30
parent20f0c179daeaa191c1ec39ac8a9a93f1942c1673
tccpp.c: In TOK_GET, add comment warning about illegal cast.

Also, in tok_str_add2, use memcpy instead of the illegal cast.

Unfortunately, I can't see an easy way of fixing the bug.
tccpp.c