Give clang one less thing to complain about
commit3c0a73822dd173b47ac5c04935b64af552093a44
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>
Tue, 9 May 2017 04:56:38 +0000 (8 21:56 -0700)
committerLarry Doolittle <ldoolitt@recycle.lbl.gov>
Tue, 9 May 2017 04:56:38 +0000 (8 21:56 -0700)
treebcf2670363b8861340d524ec7b36b92c359e215e
parentdfb75d9b6ccbf57fe2ec2768a118224034d72829
Give clang one less thing to complain about

"s"[i<2] and "s" + (i<2) are literally identical, but the latter triggers
a warning from clang because it looks so much like a noob is trying to
concatenate an integer and a string.  The former is arguably more clear.
tccpe.c
tcctools.c