diff options
author | Stefan Krah <skrah@bytereef.org> | 2020-06-05 17:43:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 17:43:01 (GMT) |
commit | 087d612efebe7c64e5f079b07e0454111859830e (patch) | |
tree | 9101b04c780e36ef3ae594efe662dff179fbf9ed /Modules/_decimal/libmpdec/vcdiv64.asm | |
parent | 3ad52e366fea37b02a3f619e6b7cffa7dfbdfa2e (diff) | |
download | cpython-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/vcdiv64.asm')
-rw-r--r-- | Modules/_decimal/libmpdec/vcdiv64.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/_decimal/libmpdec/vcdiv64.asm b/Modules/_decimal/libmpdec/vcdiv64.asm index 6b66456..597e9ba 100644 --- a/Modules/_decimal/libmpdec/vcdiv64.asm +++ b/Modules/_decimal/libmpdec/vcdiv64.asm @@ -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 @@ -44,5 +44,3 @@ _mpd_div_words PROC _mpd_div_words ENDP _TEXT ENDS END - - |