From 3dbdb39eb0abdd9a1aeb3744e5fe8a43e0afadc1 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 23 Dec 2002 15:28:15 +0000 Subject: pre-commit patch --- include/String.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/String.h') diff --git a/include/String.h b/include/String.h index f477998..948534e 100644 --- a/include/String.h +++ b/include/String.h @@ -1,6 +1,5 @@ #ifndef __STRING_H__ #define __STRING_H__ -#ifdef __cplusplus #include #include @@ -67,7 +66,4 @@ std::istream & operator>>(std::istream &, String &); String operator+(const char *, const String &); -#else -#error This only works with a C++ compiler -#endif #endif -- cgit v1.2.3