diff options
author | Pixel <Pixel> | 2001-11-04 22:38:08 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-04 22:38:08 +0000 |
commit | 50cef89f47dbc14b00639351463aba20ca4320a0 (patch) | |
tree | c685986ac356a72f63c7ab012b601c3b27a5fe30 /include/Regex.h | |
parent | 0fdaa819beb21a2c03c3be5ecf9533ef84b9eb4a (diff) |
Cleaning a bit...
Diffstat (limited to 'include/Regex.h')
-rw-r--r-- | include/Regex.h | 8 |
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 |