summaryrefslogtreecommitdiff
path: root/include/Regex.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-04 22:38:08 +0000
committerPixel <Pixel>2001-11-04 22:38:08 +0000
commit50cef89f47dbc14b00639351463aba20ca4320a0 (patch)
treec685986ac356a72f63c7ab012b601c3b27a5fe30 /include/Regex.h
parent0fdaa819beb21a2c03c3be5ecf9533ef84b9eb4a (diff)
Cleaning a bit...
Diffstat (limited to 'include/Regex.h')
-rw-r--r--include/Regex.h8
1 files changed, 8 insertions, 0 deletions
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