diff options
author | Thomas Wouters <thomas@python.org> | 2006-04-15 17:36:42 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-04-15 17:36:42 (GMT) |
commit | 73536e039bef3aeb432c3d472a37d7bbb235d7db (patch) | |
tree | af3b165a7bca17baf2b59876a7a63b021736f6e3 /Modules/_csv.c | |
parent | 2742c5ed633776acb0cef21801acad9214b87094 (diff) | |
download | cpython-73536e039bef3aeb432c3d472a37d7bbb235d7db.zip cpython-73536e039bef3aeb432c3d472a37d7bbb235d7db.tar.gz cpython-73536e039bef3aeb432c3d472a37d7bbb235d7db.tar.bz2 |
Remove partial change (don't edit, commit and think at the same time :P)
Diffstat (limited to 'Modules/_csv.c')
-rw-r--r-- | Modules/_csv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_csv.c b/Modules/_csv.c index 9ce53bd..500d36e 100644 --- a/Modules/_csv.c +++ b/Modules/_csv.c @@ -48,7 +48,6 @@ module instead. } \ } while (0) #endif -#ifndef Py_VISIT /* end 2.2 compatibility macros */ |