From: Guido van Rossum Date: Sun, 23 Aug 1998 22:06:59 +0000 (+0000) Subject: Move an indented #define to column 1. X-Git-Tag: v1.5.2a2~362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1536db2e7eda64158b0cc55c4946f370a99c175;p=thirdparty%2FPython%2Fcpython.git Move an indented #define to column 1. --- diff --git a/Include/abstract.h b/Include/abstract.h index a870f69c9287..333b15ea2049 100644 --- a/Include/abstract.h +++ b/Include/abstract.h @@ -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