summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/libmpdec/constants.c
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2020-06-05 17:43:01 (GMT)
committerGitHub <noreply@github.com>2020-06-05 17:43:01 (GMT)
commit087d612efebe7c64e5f079b07e0454111859830e (patch)
tree9101b04c780e36ef3ae594efe662dff179fbf9ed /Modules/_decimal/libmpdec/constants.c
parent3ad52e366fea37b02a3f619e6b7cffa7dfbdfa2e (diff)
downloadcpython-087d612efebe7c64e5f079b07e0454111859830e.zip
cpython-087d612efebe7c64e5f079b07e0454111859830e.tar.gz
cpython-087d612efebe7c64e5f079b07e0454111859830e.tar.bz2
bpo-40874: Update to libmpdec-2.5.0 (GH-20652)
Diffstat (limited to 'Modules/_decimal/libmpdec/constants.c')
-rw-r--r--Modules/_decimal/libmpdec/constants.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Modules/_decimal/libmpdec/constants.c b/Modules/_decimal/libmpdec/constants.c
index 2c2d5ea..4c4de62 100644
--- a/Modules/_decimal/libmpdec/constants.c
+++ b/Modules/_decimal/libmpdec/constants.c
@@ -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
@@ -27,7 +27,6 @@
#include "mpdecimal.h"
-#include <stdio.h>
#include "constants.h"
@@ -128,5 +127,3 @@ const char *mpd_clamp_string[MPD_CLAMP_GUARD] = {
"CLAMP_DEFAULT",
"CLAMP_IEEE_754"
};
-
-