]> granicus.if.org Git - python/commitdiff
Use #ifdef in stead of #if (Jack)
authorGuido van Rossum <guido@python.org>
Tue, 20 May 1997 15:57:25 +0000 (15:57 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 May 1997 15:57:25 +0000 (15:57 +0000)
Python/sysmodule.c

index b758344f310e8ecd753fdf56766e09dad7dcaf62..a946b0d4d7d832afe856bcda7fd46031d3ef57be 100644 (file)
@@ -48,7 +48,7 @@ Data members:
 
 #include "osdefs.h"
 
-#if HAVE_UNISTD_H
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif