aboutsummaryrefslogtreecommitdiff
path: root/src/pqueue.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-08 23:10:19 +0800
committerMistivia <i@mistivia.com>2025-06-08 23:10:19 +0800
commit7894904d822f91e89c27ab6c54fc3a4d3d9a4cb3 (patch)
treed2579ba62ed7827d577e2cd5d4fb3324f4f56731 /src/pqueue.h
parentd265d0292afde05985f06241c5277a5a9ca7de78 (diff)
add void ptr
Diffstat (limited to 'src/pqueue.h')
-rw-r--r--src/pqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pqueue.h b/src/pqueue.h
index 34b8a55..d91b9a2 100644
--- a/src/pqueue.h
+++ b/src/pqueue.h
@@ -23,6 +23,7 @@ PQUEUE_DEF(ULong);
PQUEUE_DEF(Double);
PQUEUE_DEF(Float);
PQUEUE_DEF(String);
+PQUEUE_DEF(VoidPtr);
#define PQUEUE_IMPL(T) \
static int T##PQueue_cmp(T##PQueue *self, int a, int b) { \