mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Merge branch 'fix-build-with-gcc15' of https://github.com/keszybz/calibre
This commit is contained in:
commit
ade24f832a
@ -21,7 +21,9 @@
|
||||
#define STRFY2(x) STRFY(x)
|
||||
#define CORRUPT PyErr_SetString(PyExc_ValueError, "Corrupt bitstream at line: " STRFY2(__LINE__))
|
||||
|
||||
#if __STDC_VERSION__ < 202311L
|
||||
typedef uint8_t bool;
|
||||
#endif
|
||||
|
||||
typedef struct Table {
|
||||
uint16_t p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user