Commit ca7c3410 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment