mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Make comments agree with code (I think).
This commit is contained in:
parent
065f5facea
commit
f163d10fbe
1 changed files with 4 additions and 3 deletions
|
@ -411,9 +411,10 @@ extern double hypot(double, double);
|
|||
*/
|
||||
|
||||
/*
|
||||
All windows ports, except cygwin, are handled in PC/pyconfig.h
|
||||
BeOS is only other autoconf platform requiring special linkage handling
|
||||
and both these use __declspec()
|
||||
All windows ports, except cygwin, are handled in PC/pyconfig.h.
|
||||
|
||||
BeOS and cygwin are the only other autoconf platform requiring special
|
||||
linkage handling and both of these use __declspec().
|
||||
*/
|
||||
#if defined(__CYGWIN__) || defined(__BEOS__)
|
||||
# define HAVE_DECLSPEC_DLL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue