Commit 3b37a997 authored by Jim Fulton's avatar Jim Fulton

Added comment re the PMethod alias.

parent 52026276
/* /*
$Id: ExtensionClass.h,v 1.15 2000/05/16 17:13:57 jim Exp $ $Id: ExtensionClass.h,v 1.16 2000/12/26 15:17:59 jim Exp $
Extension Class Definitions Extension Class Definitions
...@@ -424,7 +424,7 @@ typedef struct { ...@@ -424,7 +424,7 @@ typedef struct {
PyTypeObject *type; PyTypeObject *type;
PyObject *self; PyObject *self;
PyObject *meth; PyObject *meth;
} PyECMethodObject; } PyECMethodObject; /* AKA PMethod */
/* The following is to avoid whining from 1.5 :-) */ /* The following is to avoid whining from 1.5 :-) */
#define PyCObject_Import PyCObject_Import14 #define PyCObject_Import PyCObject_Import14
......
/* /*
$Id: ExtensionClass.h,v 1.15 2000/05/16 17:13:57 jim Exp $ $Id: ExtensionClass.h,v 1.16 2000/12/26 15:17:59 jim Exp $
Extension Class Definitions Extension Class Definitions
...@@ -424,7 +424,7 @@ typedef struct { ...@@ -424,7 +424,7 @@ typedef struct {
PyTypeObject *type; PyTypeObject *type;
PyObject *self; PyObject *self;
PyObject *meth; PyObject *meth;
} PyECMethodObject; } PyECMethodObject; /* AKA PMethod */
/* The following is to avoid whining from 1.5 :-) */ /* The following is to avoid whining from 1.5 :-) */
#define PyCObject_Import PyCObject_Import14 #define PyCObject_Import PyCObject_Import14
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment