]> 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)
commitcbf6e71e06f7803f6386c01a977c650aa2a1ff00
tree09bb376888ffe5a7423dbef6355b2ed8683ad156
parent7c8a252a45bcd9946d9c9f1f22f03e69e095fcf4
  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