mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Move an indented #define to column 1.
This commit is contained in:
parent
637af13dca
commit
f1536db2e7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue