Kaydet (Commit) 46ff1903 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add default case (standard conformance) to avoid piling up

system specific #ifdefs.
üst ec4f4ac8
......@@ -66,12 +66,12 @@ PERFORMANCE OF THIS SOFTWARE.
# define PY_PTHREAD_D7
# endif
#elif defined(__unix) && defined(__sparc)
# define PY_PTHREAD_STD
#elif defined(__linux)
# define PY_PTHREAD_STD
#elif defined(__DGUX)
# define PY_PTHREAD_D6
#else /* Default case */
# define PY_PTHREAD_STD
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment