diff options
author | Guido van Rossum <guido@python.org> | 1995-09-18 21:42:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-09-18 21:42:42 (GMT) |
commit | befa14f1b95bd0ad54b2db8b12eac56548436bab (patch) | |
tree | 00dae9bebfc1731800012909c7ea94045090a58b /Python | |
parent | 020dfe7f2e3c9d6be86ef09d0f1547e3b74d7d23 (diff) | |
download | cpython-befa14f1b95bd0ad54b2db8b12eac56548436bab.zip cpython-befa14f1b95bd0ad54b2db8b12eac56548436bab.tar.gz cpython-befa14f1b95bd0ad54b2db8b12eac56548436bab.tar.bz2 |
#undef argument, for the Mac
Diffstat (limited to 'Python')
-rw-r--r-- | Python/pythonrun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index d304231..0666c5a 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -30,6 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "node.h" #include "parsetok.h" #include "graminit.h" +#undef argument /* Avoid conflict on Mac */ #include "errcode.h" #include "sysmodule.h" #include "bltinmodule.h" |