]> granicus.if.org Git - apache/commit
Improve ability to compile on C90 Compilers.
authorPaul Querna <pquerna@apache.org>
Wed, 29 Oct 2008 07:56:19 +0000 (07:56 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 29 Oct 2008 07:56:19 +0000 (07:56 +0000)
commit5f24c39a09e36bd91603527fa209b611c6205116
tree8dfbc22e36ddefbafc6972e535ce32fce312a53f
parente6583a6303f5a28dbfef4e7a247d40f19ec3536a
Improve ability to compile on C90 Compilers.

* Move all variable declartions to the top of their blocks.
* Remove traiing comma on enum
* Only use C90 style comments.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@708813 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/simple/simple_api.c
server/mpm/simple/simple_children.c
server/mpm/simple/simple_event.c
server/mpm/simple/simple_io.c
server/mpm/simple/simple_run.c
server/mpm/simple/simple_types.h