mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Added SIZEOF_INT and SIZEOF_LONG
This commit is contained in:
parent
227cf764b2
commit
debafb9d84
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define macintosh
|
||||
#endif
|
||||
|
||||
#define SIZEOF_INT 4
|
||||
#define SIZEOF_LONG 4
|
||||
|
||||
#ifdef THINK_C
|
||||
#define HAVE_FOPENRF
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue