logoalt Hacker News

maldevyesterday at 9:23 PM1 replyview on HN

Some of these are wrong to. You can encounter issues with #define

#define $(a,b) if(a)b;else

due to not having brackets. So it's just extremely lazy to.


Replies

jacquesmyesterday at 9:58 PM

This should not be downvoted, this sort of error is indeed a very easy one to make when dealing with the C pre-processor.

> Some of these are wrong to[o] <- that needs an extra 'o' > due to not having brackets. <- that one is fine > So it's just extremely lazy to[o]. <- that needs an extra 'o' too

'to' comes in two versons, 'too' and 'to', both have different meanings.

show 1 reply