mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-40874: Update to libmpdec-2.5.0 (GH-20652)
This commit is contained in:
parent
3ad52e366f
commit
087d612efe
38 changed files with 503 additions and 297 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
|
||||
* Copyright (c) 2008-2020 Stefan Krah. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -26,12 +26,11 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef CRT_H
|
||||
#define CRT_H
|
||||
#ifndef LIBMPDEC_CRT_H_
|
||||
#define LIBMPDEC_CRT_H_
|
||||
|
||||
|
||||
#include "mpdecimal.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
/* Internal header file: all symbols have local scope in the DSO */
|
||||
|
@ -44,4 +43,4 @@ void crt3(mpd_uint_t *x1, mpd_uint_t *x2, mpd_uint_t *x3, mpd_size_t nmemb);
|
|||
MPD_PRAGMA(MPD_HIDE_SYMBOLS_END) /* restore previous scope rules */
|
||||
|
||||
|
||||
#endif
|
||||
#endif /* LIBMPDEC_CRT_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue