summaryrefslogtreecommitdiffhomepage
path: root/include/stc/priv/template2.h
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2023-05-18 11:49:31 +0200
committerTyge Lovset <[email protected]>2023-05-18 11:49:31 +0200
commit50a16934dde8e65bbcf628d6342c1649f7e09365 (patch)
treea14f3347622979858ff60b95630877029cb46ef6 /include/stc/priv/template2.h
parentbe7d9913d4a284bdeb7f0431482b5731b5ef31df (diff)
downloadSTC-modified-50a16934dde8e65bbcf628d6342c1649f7e09365.tar.gz
STC-modified-50a16934dde8e65bbcf628d6342c1649f7e09365.zip
Huge update: cqueue and cdeq completely rewritten. cvec and cdeq API harmonized. Docs update/improved.
Diffstat (limited to 'include/stc/priv/template2.h')
-rw-r--r--include/stc/priv/template2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/stc/priv/template2.h b/include/stc/priv/template2.h
index 2e8a6c8d..66ed7739 100644
--- a/include/stc/priv/template2.h
+++ b/include/stc/priv/template2.h
@@ -20,6 +20,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#ifdef i_more
+#undef i_more
+#else
#undef i_type
#undef i_tag
#undef i_imp
@@ -74,4 +77,6 @@
#undef _i_expandby
#undef _i_has_from
#undef _i_has_eq
+#undef _i_has_cmp
#undef _i_template
+#endif \ No newline at end of file