summaryrefslogtreecommitdiff
path: root/include/String.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/String.h')
-rw-r--r--include/String.h4
1 files changed, 0 insertions, 4 deletions
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 <string.h>
#include <iostream>
@@ -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