diff options
| author | ruki <[email protected]> | 2016-01-05 16:31:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-01-05 16:31:39 +0800 |
| commit | 699bb9f43d540ec41be830279c96fb63bbdaad47 (patch) | |
| tree | 4d9003e890fea454cc5fe747127d73ec5c0b8820 /core/src | |
| parent | 9488982a8547f414b972f8d802914730bac964c9 (diff) | |
add c11 and gnu11 languages
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/xmake/xmake.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c index 759c286a8..ddbb59769 100755 --- a/core/src/xmake/xmake.c +++ b/core/src/xmake/xmake.c @@ -27,6 +27,13 @@ #include "xmake.h" /* ////////////////////////////////////////////////////////////////////////////////////// + * macros + */ +#ifndef TB_CONFIG_MODULE_HAVE_REGEX +# error please enable regex module for tbox +#endif + +/* ////////////////////////////////////////////////////////////////////////////////////// * globals */ |
