summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2003-02-10 19:36:46 +0000
committerMichael W. Hudson <mwh@python.net>2003-02-10 19:36:46 +0000
commitf163d10fbe5d90aace7325400c3d597ed6c9e62a (patch)
treeb3e2c17a2caed22df1869fcfaaf8ec02e973a2c5
parent065f5facea3371ac8451938f3df09cfaa7d7b762 (diff)
downloadcpython-git-f163d10fbe5d90aace7325400c3d597ed6c9e62a.tar.gz
Make comments agree with code (I think).
-rw-r--r--Include/pyport.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 09fc693655..cc003a6d03 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -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