]> granicus.if.org Git - python/commitdiff
Make comments agree with code (I think).
authorMichael W. Hudson <mwh@python.net>
Mon, 10 Feb 2003 19:36:46 +0000 (19:36 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 10 Feb 2003 19:36:46 +0000 (19:36 +0000)
Include/pyport.h

index 09fc693655a004f2f19a2ccc49f4a80a22514763..cc003a6d03cde084bbd297558c377086f89c5535 100644 (file)
@@ -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