Correct a comment.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 9 Nov 2011 21:38:39 +0000 (21:38 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 9 Nov 2011 21:38:39 +0000 (21:38 +0000)
commitc2cf6b7ade4f244a31b83030856b0502ec90db9e
tree52ecd0368721c6c3e8565f1dd04848c51a39d647
parent5930e9efcc276c14e876e05e22aedbc0cd3013db
Correct a comment.

I had wrongly believed my TYPECHECK macro double-evaluated one of its
arguments and hence would cause side effects to happen twice. But in
fact I've just realised that although it double-_expands_ the
argument, it doesn't double-_evaluate_ it: the two expansions occur in
mutually exclusive branches of a ?:, and hence cannot both be
executed.

So I've removed the comment that says my macro is rubbish. My macro is
in fact great :-)

git-svn-id: svn://svn.tartarus.org/sgt/charset@9328 cda61777-01e9-0310-a592-d414129be87e
iso2022.c