diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-11 21:18:22 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-11 21:18:22 (GMT) |
commit | 897ff817d548ad65abf9a30950f345a8d1bd699f (patch) | |
tree | 5daa8bc060feb89ad400601a40b9268767debd10 /Python | |
parent | ba2fa637d64d3368e5ad9748919f0d6552c1235d (diff) | |
download | cpython-897ff817d548ad65abf9a30950f345a8d1bd699f.zip cpython-897ff817d548ad65abf9a30950f345a8d1bd699f.tar.gz cpython-897ff817d548ad65abf9a30950f345a8d1bd699f.tar.bz2 |
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')
-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 14040ad..b276625 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" |