DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19084>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19084

Commenting convention in util_ldap.c and mod_auth_ldap.c incompatible with some 
compilers

           Summary: Commenting convention in util_ldap.c and mod_auth_ldap.c
                    incompatible with some compilers
           Product: Apache httpd-2.0
           Version: 2.0.45
          Platform: All
        OS/Version: Solaris
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: mod_ldap
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


We're seeing increasing incidents were comments in C code are using // instead
of "/* */" which is incompatible with Sun WorkShop compilers.  We can modify
this through flags or just fixing the code manually, but it just seems like it
would be nice if commenting was consistent and used /* */ in all cases.

This is a very minor annoyance but would be unfortunate if it kept expanding to
other bits of the code.

Specifically, in util_ldap.c Line 444: change //l=NUL;L to:  /* l = NULL; */

and mod_auth_ldap.c line 156 I believe.

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to