[Patches] [ python-Patches-536908 ] missing #include guards/extern "C"

noreply@sourceforge.net noreply@sourceforge.net
Fri, 29 Mar 2002 14:37:43 -0800


Patches item #536908, was opened at 2002-03-29 16:10
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=536908&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David Abrahams (david_abrahams)
Assigned to: Nobody/Anonymous (nobody)
>Summary: missing #include guards/extern "C"

Initial Comment:
cvs server: Diffing .
Index: cStringIO.h
======================================================
=============
RCS 
file: /cvsroot/python/python/dist/src/Include/cStringI
O.h,v
retrieving revision 2.15
diff -r2.15 cStringIO.h
2a3,5
> #ifdef __cplusplus
> extern "C" {
> #endif
130a134,136
> #ifdef __cplusplus
> }
> #endif
Index: descrobject.h
======================================================
=============
RCS 
file: /cvsroot/python/python/dist/src/Include/descrobj
ect.h,v
retrieving revision 2.8
diff -r2.8 descrobject.h
1a2,6
> #ifndef Py_DESCROBJECT_H
> #define Py_DESCROBJECT_H
> #ifdef __cplusplus
> extern "C" {
> #endif
80a86,88
> #ifdef __cplusplus
> }
> #endif
Index: iterobject.h
======================================================
=============
RCS 
file: /cvsroot/python/python/dist/src/Include/iterobje
ct.h,v
retrieving revision 1.3
diff -r1.3 iterobject.h
0a1,2
> #ifndef Py_ITEROBJECT_H
> #define Py_ITEROBJECT_H
1a4,6
> #ifdef __cplusplus
> extern "C" {
> #endif
13a19,22
> #ifdef __cplusplus
> }
> #endif
> #endif Py_ITEROBJECT_H


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

Comment By: Martin v. Löwis (loewis)
Date: 2002-03-29 17:35

Message:
Logged In: YES 
user_id=21627

Please attach the patch as a context (-c) or unified (-u)
diff to this report.

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

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