Skip to content

Commit 5be2ff3

Browse files
committed
Use the correct include file and delete the outdated one.
1 parent 2d5b511 commit 5be2ff3

File tree

2 files changed

+1
-678
lines changed

2 files changed

+1
-678
lines changed

src/quicktions.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ cdef extern from *:
18381838
"""
18391839
static CYTHON_INLINE int __QUICKTIONS_to_decimal(Py_UCS4 digit) {
18401840
#if CYTHON_COMPILING_IN_LIMITED_API
1841-
#include "todigit.h"
1841+
#include "todecimal.h"
18421842
#else
18431843
return Py_UNICODE_TODECIMAL(digit);
18441844
#endif

0 commit comments

Comments
 (0)