[uClibc]Use of // comment in header files

Brian Stafford brian at stafford.uklinux.net
Thu Jan 10 15:19:43 UTC 2002


Hi all,

a brief "feature" request.

In many of the system header files, the C++ style comment // has been used to 
comment out some lines, presumably temporarily.  Unfortunately, this causes 
programs compiled with gcc's -ansi flag to fail, since C++ comments are not 
permitted in ISO C code.

Would it be possible to change this sort of thing to a /* ... */ sequence in 
CVS?

cheers
Brian Stafford



More information about the uClibc mailing list