From 50cef89f47dbc14b00639351463aba20ca4320a0 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 4 Nov 2001 22:38:08 +0000 Subject: Cleaning a bit... --- include/Regex.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/Regex.h (limited to 'include/Regex.h') diff --git a/include/Regex.h b/include/Regex.h new file mode 100644 index 0000000..363be99 --- /dev/null +++ b/include/Regex.h @@ -0,0 +1,8 @@ +#ifndef __REGEX_H__ +#define __REGEX_H__ +#ifdef __cplusplus + +#else +#error This only works with a C++ compiler +#endif +#endif -- cgit v1.2.3