mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
Added SIZEOF_INT and SIZEOF_LONG
This commit is contained in:
parent
227cf764b2
commit
debafb9d84
@ -42,6 +42,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||||||
#define macintosh
|
#define macintosh
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define SIZEOF_INT 4
|
||||||
|
#define SIZEOF_LONG 4
|
||||||
|
|
||||||
#ifdef THINK_C
|
#ifdef THINK_C
|
||||||
#define HAVE_FOPENRF
|
#define HAVE_FOPENRF
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user