This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, zach.ware
Date 2014-08-05.06:07:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407218851.73.0.988533433672.issue22136@psf.upfronthosting.co.za>
In-reply-to
Content
I'm surprised that this caused a warning. In man page Tcl_GetObjType() is described as

       Tcl_ObjType *
       Tcl_GetObjType(typeName)

and in header file it is declared as

EXTERN Tcl_ObjType *	Tcl_GetObjType _ANSI_ARGS_((char * typeName));
Tcl_ObjType *Tcl_GetObjType(typeName);

But this change shouldn't add any ill effect. The patch LGTM.
History
Date User Action Args
2014-08-05 06:07:31serhiy.storchakasetrecipients: + serhiy.storchaka, zach.ware
2014-08-05 06:07:31serhiy.storchakasetmessageid: <1407218851.73.0.988533433672.issue22136@psf.upfronthosting.co.za>
2014-08-05 06:07:31serhiy.storchakalinkissue22136 messages
2014-08-05 06:07:31serhiy.storchakacreate