summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cregex.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-06-09 22:37:15 +0200
committerTyge Løvset <[email protected]>2023-06-09 22:37:15 +0200
commit5f935739d2ce280beda36c7a7ddb0e0ee34c8fb3 (patch)
tree2cdd210fefa5eae54a384f980442195659a77fac /include/stc/cregex.h
parent72b0f0e7839b487a5df7c79ffe84511480cad251 (diff)
downloadSTC-modified-5f935739d2ce280beda36c7a7ddb0e0ee34c8fb3.tar.gz
STC-modified-5f935739d2ce280beda36c7a7ddb0e0ee34c8fb3.zip
Rename i_extern template flag to i_import. i_extern still available, but deprecated.
Diffstat (limited to 'include/stc/cregex.h')
-rw-r--r--include/stc/cregex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stc/cregex.h b/include/stc/cregex.h
index e6180a31..43a7fcbf 100644
--- a/include/stc/cregex.h
+++ b/include/stc/cregex.h
@@ -161,12 +161,12 @@ void cregex_drop(cregex* re);
#if defined i_implement
# include "../../src/cregex.c"
#endif
-#if defined i_extern
+#if defined i_import
# include "../../src/utf8code.c"
#endif
#endif // CREGEX_H_INCLUDED
#undef i_opt
#undef i_header
#undef i_static
-#undef i_extern
+#undef i_import
#undef i_implement