Why was it replaced with "#if 1" instead of just deleting the entire "if/end" delimiters? Won't that always evaluate to true?
To keep patch small.
Now #if 1 is removed: http://hg.nginx.org/nginx/rev/b93db4e4ff77
31–32 of 32 posts
Why was it replaced with "#if 1" instead of just deleting the entire "if/end" delimiters? Won't that always evaluate to true?
Got to love C.