[Patches] [ python-Patches-508038 ] can't say "char digit": digit is a type!

noreply@sourceforge.net noreply@sourceforge.net
Thu, 24 Jan 2002 09:04:45 -0800


Patches item #508038, was opened at 2002-01-24 09:04
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=508038&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Russ Cox (rsc)
Assigned to: Nobody/Anonymous (nobody)
Summary: can't say "char digit": digit is a type!

Initial Comment:
digit is typedefed in longintrepr.h, but longobject.c
contains a declaration "char digit", which, due to the
typedef, is not legal.

patch changes digit to cdigit.



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=508038&group_id=5470