mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
require a long long data type (closes #27961)
This commit is contained in:
parent
b3b0767861
commit
ed4aa83ff7
32 changed files with 156 additions and 442 deletions
|
@ -2,10 +2,6 @@
|
|||
#include "frameobject.h"
|
||||
#include "rotatingtree.h"
|
||||
|
||||
#if !defined(HAVE_LONG_LONG)
|
||||
#error "This module requires long longs!"
|
||||
#endif
|
||||
|
||||
/*** Selection of a high-precision timer ***/
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue