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

noreply@sourceforge.net noreply@sourceforge.net
Sat, 16 Feb 2002 15:42:03 -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: Closed
>Resolution: Accepted
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.



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

>Comment By: Martin v. Löwis (loewis)
Date: 2002-02-16 15:42

Message:
Logged In: YES 
user_id=21627

Thanks for the patch, applied as longobject.c 1.113 and
1.112.8.1.

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

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