From: Neal Norwitz Date: Thu, 19 Dec 2002 15:24:11 +0000 (+0000) Subject: Update/correct comment X-Git-Tag: v2.3c1~2954 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93344ab0365c4b55ef895c9fd3873dd06690ca00;p=thirdparty%2FPython%2Fcpython.git Update/correct comment --- diff --git a/Include/pyport.h b/Include/pyport.h index c4692613d66a..e9a015583600 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -311,7 +311,7 @@ extern "C" { } while(0) /* Py_DEPRECATED(version) - * Declare a macro or function deprecated. + * Declare a variable, type, or function deprecated. * Usage: * extern int old_var Py_DEPRECATED(2.3); * typedef int T1 Py_DEPRECATED(2.4);