From: Michael W. Hudson Date: Mon, 10 Feb 2003 19:36:46 +0000 (+0000) Subject: Make comments agree with code (I think). X-Git-Tag: v2.3c1~1926 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f163d10fbe5d90aace7325400c3d597ed6c9e62a;p=thirdparty%2FPython%2Fcpython.git Make comments agree with code (I think). --- diff --git a/Include/pyport.h b/Include/pyport.h index 09fc693655a0..cc003a6d03cd 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