mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merged revisions 73660 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73660 | mark.dickinson | 2009-06-28 23:37:13 +0100 (Sun, 28 Jun 2009) | 1 line Remove unused stdint.h includes ........
This commit is contained in:
parent
eafaf4c0b5
commit
e9eb7b6581
2 changed files with 0 additions and 8 deletions
|
@ -40,10 +40,6 @@ extern "C" {
|
|||
platform.
|
||||
*/
|
||||
|
||||
#if HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#if PYLONG_BITS_IN_DIGIT == 30
|
||||
#if !(defined HAVE_UINT64_T && defined HAVE_UINT32_T && \
|
||||
defined HAVE_INT64_T && defined HAVE_INT32_T)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue