]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
When is a void fn(void) not a void fn(void)? It's a win32'ism, since
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 18 Jan 2001 23:54:14 +0000 (23:54 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 18 Jan 2001 23:54:14 +0000 (23:54 +0000)
commit56db883b05ede0ebf08a754428958bff6bf99508
tree09bb376888ffe5a7423dbef6355b2ed8683ad156
parent2489a7a0d27a91b4f854e531e0a38bf7a205ebf7
  When is a void fn(void) not a void fn(void)?  It's a win32'ism, since
  the APR_DECLARE (excluding _NONSTD) uses the pascal convention.  Really
  irrelevant in a function that never needs to clean up (atexit), but
  the compiler complains.  Possible workarounds, but that would break
  non-c lanaguge code from linking into apr.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87726 13f79535-47bb-0310-9956-ffa450edef68
support/ab.c
support/htdigest.c