Author: carnold
Date: Tue May  6 14:17:52 2008
New Revision: 653927

URL: http://svn.apache.org/viewvc?rev=653927&view=rev
Log:
LOGCXX-265: Anachronism warnings

Modified:
    logging/log4cxx/trunk/src/test/cpp/abts.h

Modified: logging/log4cxx/trunk/src/test/cpp/abts.h
URL: 
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/abts.h?rev=653927&r1=653926&r2=653927&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/abts.h (original)
+++ logging/log4cxx/trunk/src/test/cpp/abts.h Tue May  6 14:17:52 2008
@@ -13,10 +13,6 @@
  * limitations under the License.
  */
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -101,7 +97,4 @@
 
 #endif
 
-#ifdef __cplusplus
-}
-#endif
 


Reply via email to