bpo-40874: Update to libmpdec-2.5.0 (GH-20652)

This commit is contained in:
Stefan Krah 2020-06-05 19:43:01 +02:00 committed by GitHub
parent 3ad52e366f
commit 087d612efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 503 additions and 297 deletions

View file

@ -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 TRANSPOSE_H
#define TRANSPOSE_H
#ifndef LIBMPDEC_TRANSPOSE_H_
#define LIBMPDEC_TRANSPOSE_H_
#include "mpdecimal.h"
#include <stdio.h>
/* Internal header file: all symbols have local scope in the DSO */
@ -59,4 +58,4 @@ static inline void pointerswap(mpd_uint_t **a, mpd_uint_t **b)
MPD_PRAGMA(MPD_HIDE_SYMBOLS_END) /* restore previous scope rules */
#endif
#endif /* LIBMPDEC_TRANSPOSE_H_ */