wrowe 01/07/13 10:45:01
Modified: include apr_sms_threads.h
Log:
The C namespace block must occur _outside_ of the conditionals.
Hiroyuki Hanai <[EMAIL PROTECTED]>
Revision Changes Path
1.2 +2 -2 apr/include/apr_sms_threads.h
Index: apr_sms_threads.h
===================================================================
RCS file: /home/cvs/apr/include/apr_sms_threads.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apr_sms_threads.h 2001/07/12 16:50:14 1.1
+++ apr_sms_threads.h 2001/07/13 17:44:41 1.2
@@ -58,12 +58,12 @@
#include "apr.h"
#include "apr_sms.h"
-#if APR_HAS_THREADS
-
#ifdef __cplusplus
extern "C" {
#endif
+#if APR_HAS_THREADS
+
/**
* @package APR threads memory system
*/