]> granicus.if.org Git - apache/commitdiff
Repair C++ compatibility in ap_config.h, apr_file_io.h,
authorJeff Trawick <trawick@apache.org>
Mon, 19 Jun 2000 00:45:39 +0000 (00:45 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 19 Jun 2000 00:45:39 +0000 (00:45 +0000)
apr_network_io.h, and apr_thread_proc.h.
Submitted by: Tyler J. Brooks <tylerjbrooks@home.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85613 13f79535-47bb-0310-9956-ffa450edef68

include/ap_config.h

index 1fcf199561d1e6241f0e90981aee780928587e5f..8899cd1fbcdf12595a75108c25473ea9cd3c8034 100644 (file)
 #define MODULE_VAR_EXPORT       __declspec(dllexport)
 #endif
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #ifdef WIN32
 #include "os.h"
 #else
@@ -107,7 +103,6 @@ extern "C" {
 /* ap_ versions of ctype macros to make sure they deal with 8-bit chars */
 #include "ap_ctype.h"
 
-
 /* XXX - This probably doesn't handle OS/2 */
 #ifdef SELECT_NEEDS_CAST
 #define ap_select(_a, _b, _c, _d, _e)   \