use of C reserved identifiers

Manlio Perillo manlio.perillo at gmail.com
Tue Oct 22 14:32:27 UTC 2013


As per ISO C, identifiers that begin with an underscore and an uppercase 
letter are always reserved for any use; however in Nginx source code 
such identifiers are used as macros to guard against multiple file 
inclusion.

This is not a real issue, but since it is easy to fix I have reported it.


Regards   Manlio Perillo



More information about the nginx-devel mailing list