mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
rewrite such that this actually makes sense
This commit is contained in:
parent
d1bb06f7ad
commit
8f56e0909f
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ PyAST_Validate(mod_ty mod)
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This is down here, so defines like "test" don't intefere with access AST above. */
|
/* This is done here, so defines like "test" don't intefere with AST use above. */
|
||||||
#include "grammar.h"
|
#include "grammar.h"
|
||||||
#include "parsetok.h"
|
#include "parsetok.h"
|
||||||
#include "graminit.h"
|
#include "graminit.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue