diff options
author | Thomas Wouters <thomas@python.org> | 2007-02-23 20:11:29 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2007-02-23 20:11:29 (GMT) |
commit | 7ea15d091008f9297e03e2b8897f56aef1e2aa7d (patch) | |
tree | 60c88a3a0100f3021fff4265c3a20d19a1c0607c /Include | |
parent | 8b4a3e8fc21f6b7214481b54fb4268ecda6b98a7 (diff) | |
download | cpython-7ea15d091008f9297e03e2b8897f56aef1e2aa7d.zip cpython-7ea15d091008f9297e03e2b8897f56aef1e2aa7d.tar.gz cpython-7ea15d091008f9297e03e2b8897f56aef1e2aa7d.tar.bz2 |
Prevent regeneration.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/Python-ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Python-ast.h b/Include/Python-ast.h index 66d7b52..a702dbc 100644 --- a/Include/Python-ast.h +++ b/Include/Python-ast.h @@ -516,3 +516,4 @@ keyword_ty _Py_keyword(identifier arg, expr_ty value, PyArena *arena); alias_ty _Py_alias(identifier name, identifier asname, PyArena *arena); PyObject* PyAST_mod2obj(mod_ty t); + |