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