bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't get indent to leave comments alone


From: Peter H. Fröhlich
Subject: Can't get indent to leave comments alone
Date: Sat, 1 Nov 2008 22:43:39 -0400

Hi all,

Running GNU indent 2.2.9 on OS X 10.4 through fink. Given the --dont- format-comments option in .indent.pro it still turns

size_t strlcat(/address@hidden@*/ /address@hidden@*/ char *dst, const char *src, size_t siz);

into

size_t strlcat( /address@hidden@ *//address@hidden@ */ char *dst, const char *src, size_t siz);

instead. Needless to say, while splint isn't troubled by this, my sense of beauty is. :-) If there's any way to *really* not touch comments in 2.2.9, I'd love to hear about it.

Cheers,
Peter

PS: Note that I am not on the mailing list, please cc me if there's a solution with 2.2.9 or if there is a newer version that doesn't have this problem anymore.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]