Dr. Cosmetics:
- avoid gcc complains by define main as at the other places in the two new generation programs - make uri_delim as all-in-one as test_char (#include in the middle of a struct definition is a little bit ugly) - make the generated files readable even not editable - remove double-defined dependencies in Makefile.tmpl (because they are already part of the "make depend" generated list) PS: There seems to be another problem here: The files are generated in main/ and included with #include "...". Although we only have -I../include and -I../os/unix but not -I. ! Is it really portable for all compilers to assume the CWD is searched for #include "..." even if no -I. is used? I personally would change it so that the files are generated in ../include/. Comments? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80707 13f79535-47bb-0310-9956-ffa450edef68
parent
54c94625
Please register or sign in to comment