mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
remove support for BSD/OS (closes bpo-31624) (#3812)
This commit is contained in:
parent
a106aec2ed
commit
288d1daada
10 changed files with 11 additions and 69 deletions
|
@ -104,10 +104,6 @@ typedef wchar_t Py_UNICODE /* Py_DEPRECATED(3.3) */;
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_WCHAR_H
|
||||
/* Work around a cosmetic bug in BSDI 4.x wchar.h; thanks to Thomas Wouters */
|
||||
# ifdef _HAVE_BSDI
|
||||
# include <time.h>
|
||||
# endif
|
||||
# include <wchar.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue