diff options
| author | Simon Tatham <anakin@pobox.com> | 2011-11-09 21:38:39 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2011-11-09 21:38:39 +0000 |
| commit | 9a39e46a7bcc6265a4536770382ab3b61ce42084 (patch) | |
| tree | dd7e84c3121fb8220035ddb250097ce6339ccbf2 /ustring.c | |
| parent | 782947a5eb5519cdf601dfdd4d0255b7b11d910a (diff) | |
| download | halibut-9a39e46a7bcc6265a4536770382ab3b61ce42084.zip halibut-9a39e46a7bcc6265a4536770382ab3b61ce42084.tar.gz halibut-9a39e46a7bcc6265a4536770382ab3b61ce42084.tar.bz2 halibut-9a39e46a7bcc6265a4536770382ab3b61ce42084.tar.xz | |
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 :-)
[originally from svn r9328]
[this svn revision also touched charset,filter,timber]
Diffstat (limited to 'ustring.c')
0 files changed, 0 insertions, 0 deletions