You are currently looking at an older section of the wincent.dev website.
Please check the new version of the site at https://wincent.dev/ for updated content.

wincent Wincent Colaiuta's weblog

« Remove temporary "bak" file (WOCommon, 1bce7bc) | Main | Walrus r193, 1 item changed »

July 20, 2007

Replace comment macros with literals (WOCommon, 096ce6e)

Remove the comment start and end macros which were previoulsy necessary due to an auto-indentation bug in Xcode 2.2.1 (<rdar://problem/4450544>).

In doing so, I also noticed that one of the macros was in fact incorrect (missing a character) although the bug never surfaced in actual use because I never made use of that particular comment mode; the string literal is now corrected.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

Posted by wincent at July 20, 2007 1:17 PM