diff options
Diffstat (limited to 'include/Handle.h')
-rw-r--r-- | include/Handle.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Handle.h b/include/Handle.h index e545109..581d9d0 100644 --- a/include/Handle.h +++ b/include/Handle.h @@ -1,6 +1,5 @@ #ifndef __HANDLE_H__ #define __HANDLE_H__ -#ifdef __cplusplus #include <sys/types.h> #include <time.h> @@ -51,7 +50,4 @@ Handle & operator>>(Handle &, String &); void copy(Handle *, Handle *, ssize_t = -1); -#else -#error This only works with a C++ compiler -#endif #endif |