]> granicus.if.org Git - apache/commit
Remove commas from the end of the macros that define
authorRyan Bloom <rbb@apache.org>
Tue, 13 Nov 2001 06:04:25 +0000 (06:04 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 13 Nov 2001 06:04:25 +0000 (06:04 +0000)
commita11cb714a0db87b6171eb2df3aa1a64f4e98f2de
tree3c81450faee935768042fa933af7fdca8fded791
parentd8968563285f64202cd361a3d1365c0438496ea9
Remove commas from the end of the macros that define
directives that are used by MPMs.  Previous to this patch,
you would use these macros without commans, which was unlike
any other directives. Now, after the macro, you must have
a comma.  This makes the macros look more like the rest of the
directives.

I know this is cosmetic, and I was going to leave it alone, but when
I found out that it bothered Cliff too, I decided to fix it after all.

Submitted by: Ryan Bloom and Cliff Woolley

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91896 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
CHANGES
include/ap_listen.h
os/beos/beosd.h
os/unix/unixd.h
server/mpm/beos/beos.c
server/mpm/experimental/perchild/perchild.c
server/mpm/mpmt_os2/mpmt_os2.c
server/mpm/netware/mpm_netware.c
server/mpm/perchild/perchild.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/threaded/threaded.c
server/mpm/winnt/mpm_winnt.c
server/mpm/worker/worker.c