File tree Expand file tree Collapse file tree 3 files changed +1
-234
lines changed
Modules/_decimal/libmpdec Expand file tree Collapse file tree 3 files changed +1
-234
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ Files required for the Python _decimal module
30
30
Visual Studio only:
31
31
~~~~~~~~~~~~~~~~~~~
32
32
vccompat.h -> snprintf <==> sprintf_s and similar things.
33
- vcstdint.h -> stdint.h (included in VS 2010 but not in VS 2008).
34
33
vcdiv64.asm -> Double word division used in typearith.h. VS 2008 does
35
34
not allow inline asm for x64. Also, it does not provide
36
35
an intrinsic for double word division.
Original file line number Diff line number Diff line change 30
30
#define VCCOMPAT_H
31
31
32
32
33
- /* Visual C fixes: no stdint.h, no snprintf ... */
33
+ /* Visual C fixes: no snprintf ... */
34
34
#ifdef _MSC_VER
35
35
#undef inline
36
36
#define inline __inline
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments