diff options
| author | Brett Cannon <bcannon@gmail.com> | 2009-04-01 05:08:41 +0000 |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2009-04-01 05:08:41 +0000 |
| commit | e3944a5e1ecf67aa722fd9ce0c0a4ee72ee5ba2d (patch) | |
| tree | bfe3d2c8bdb94c077080240cc73717e16dfcd088 /Include/parsetok.h | |
| parent | 4ed72acd68a1a1d90946e189c94b7d656719da45 (diff) | |
| download | cpython-git-e3944a5e1ecf67aa722fd9ce0c0a4ee72ee5ba2d.tar.gz | |
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Diffstat (limited to 'Include/parsetok.h')
| -rw-r--r-- | Include/parsetok.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/parsetok.h b/Include/parsetok.h index fa402f862a..af805705db 100644 --- a/Include/parsetok.h +++ b/Include/parsetok.h @@ -30,6 +30,7 @@ typedef struct { #endif #define PyPARSE_IGNORE_COOKIE 0x0010 +#define PyPARSE_BARRY_AS_BDFL 0x0020 PyAPI_FUNC(node *) PyParser_ParseString(const char *, grammar *, int, perrdetail *); |
