diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-11 21:18:22 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-11 21:18:22 +0000 |
commit | baed2ca53a3db96dbc86d2ef9d6ac8b41327237d (patch) | |
tree | 3b27f9111628604e5b60680897255d5efe7060b3 /Python/Python-ast.c | |
parent | ae98ce86987894f3216a8d29709f799726e880de (diff) | |
download | cpython-baed2ca53a3db96dbc86d2ef9d6ac8b41327237d.tar.gz |
SF #1373150, diffs in working copy after a build
Strip off leading dots and slash so the generated files are the same regardless
of whether you configure in the checkout directory or build.
If anyone configures in a different directory, we might want a cleaner
approach using os.path.*(). Hopefully this is good enough.
Diffstat (limited to 'Python/Python-ast.c')
-rw-r--r-- | Python/Python-ast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/Python-ast.c b/Python/Python-ast.c index 14040adc53..b2766251b1 100644 --- a/Python/Python-ast.c +++ b/Python/Python-ast.c @@ -1,4 +1,4 @@ -/* File automatically generated by ./Parser/asdl_c.py */ +/* File automatically generated by Parser/asdl_c.py */ #include "Python.h" #include "Python-ast.h" |