Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0415620 commit 8a267b6Copy full SHA for 8a267b6
1 file changed
Include/pyport.h
@@ -373,18 +373,6 @@ typedef struct fd_set {
373
#error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
374
#endif
375
376
-#ifdef __NeXT__
377
-#ifdef __sparc__
378
-/*
379
- * This works around a bug in the NS/Sparc 3.3 pre-release
380
- * limits.h header file.
381
- * 10-Feb-1995 [email protected]
382
- */
383
-#undef LONG_MIN
384
-#define LONG_MIN (-LONG_MAX-1)
385
-#endif
386
387
-
388
/*
389
* Rename some functions for the Borland compiler
390
*/
0 commit comments