mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-11 13:52:06 +01:00
13 lines
384 B
Diff
13 lines
384 B
Diff
diff --git a/srsly/msgpack/_unpacker.pyx b/srsly/msgpack/_unpacker.pyx
|
|
index b6c5f04..17a0059 100644
|
|
--- a/srsly/msgpack/_unpacker.pyx
|
|
+++ b/srsly/msgpack/_unpacker.pyx
|
|
@@ -10,7 +10,6 @@ cdef extern from "Python.h":
|
|
from libc.stdlib cimport *
|
|
from libc.string cimport *
|
|
from libc.limits cimport *
|
|
-ctypedef unsigned long long uint64_t
|
|
|
|
from .exceptions import (
|
|
BufferFull,
|