mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)
Complete the update to libmpdec-2.5.1. Co-authored-by: Stefan Krah <skrah@bytereef.org>
This commit is contained in:
parent
a7ff6df60c
commit
73b20ae2fb
26 changed files with 1966 additions and 113 deletions
|
@ -39,12 +39,12 @@
|
|||
MPD_PRAGMA(MPD_HIDE_SYMBOLS_START)
|
||||
|
||||
|
||||
int mpd_switch_to_dyn(mpd_t *result, mpd_ssize_t size, uint32_t *status);
|
||||
int mpd_switch_to_dyn_zero(mpd_t *result, mpd_ssize_t size, uint32_t *status);
|
||||
int mpd_realloc_dyn(mpd_t *result, mpd_ssize_t size, uint32_t *status);
|
||||
int mpd_switch_to_dyn(mpd_t *result, mpd_ssize_t nwords, uint32_t *status);
|
||||
int mpd_switch_to_dyn_zero(mpd_t *result, mpd_ssize_t nwords, uint32_t *status);
|
||||
int mpd_realloc_dyn(mpd_t *result, mpd_ssize_t nwords, uint32_t *status);
|
||||
|
||||
int mpd_switch_to_dyn_cxx(mpd_t *result, mpd_ssize_t size);
|
||||
int mpd_realloc_dyn_cxx(mpd_t *result, mpd_ssize_t size);
|
||||
int mpd_switch_to_dyn_cxx(mpd_t *result, mpd_ssize_t nwords);
|
||||
int mpd_realloc_dyn_cxx(mpd_t *result, mpd_ssize_t nwords);
|
||||
|
||||
|
||||
MPD_PRAGMA(MPD_HIDE_SYMBOLS_END) /* restore previous scope rules */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue