mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Use #ifdef in stead of #if (Jack)
This commit is contained in:
@@ -48,7 +48,7 @@ Data members:
|
||||
|
||||
#include "osdefs.h"
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user