summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cdeq.h
diff options
context:
space:
mode:
authortylov <[email protected]>2023-07-27 12:50:11 +0200
committertylov <[email protected]>2023-07-27 12:50:11 +0200
commitc5e7742523c09520f1186458a574ef816f089821 (patch)
treeb7213977b586b2ae41eb592cd5d9863b7e58705a /include/stc/cdeq.h
parentd7fba27af452de2d709767e615fa2e90d6b3a391 (diff)
downloadSTC-modified-c5e7742523c09520f1186458a574ef816f089821.tar.gz
STC-modified-c5e7742523c09520f1186458a574ef816f089821.zip
Added docs for "pull" functions.
Diffstat (limited to 'include/stc/cdeq.h')
-rw-r--r--include/stc/cdeq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stc/cdeq.h b/include/stc/cdeq.h
index 9892f6f1..cde2928c 100644
--- a/include/stc/cdeq.h
+++ b/include/stc/cdeq.h
@@ -34,6 +34,7 @@
#define _pull _pull_front
#include "priv/cqueue_hdr.h"
#undef _pop
+#undef _pull
STC_API _cx_value* _cx_MEMB(_push_front)(_cx_Self* self, i_key value);
STC_API _cx_iter _cx_MEMB(_insert_n)(_cx_Self* self, intptr_t idx, const _cx_value* arr, intptr_t n);