Move an indented #define to column 1.
This commit is contained in:
parent
637af13dca
commit
f1536db2e7
|
@ -754,7 +754,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
|
|||
*/
|
||||
|
||||
int PySequence_Contains Py_PROTO((PyObject *o, PyObject *value));
|
||||
#define PySequence_In PySequence_Contains
|
||||
#define PySequence_In PySequence_Contains
|
||||
|
||||
/*
|
||||
Determine if o contains value. If an item in o is equal to
|
||||
|
|
Loading…
Reference in New Issue