summaryrefslogtreecommitdiff
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-12-25 19:07:38 +0000
committerTim Peters <tim.peters@gmail.com>2001-12-25 19:07:38 +0000
commit10a3bb53a868a5f5b08338fc7c3487d955220488 (patch)
treefceb2e919f0d9301c1422055e8fa81b92c1ac807 /Include/pyport.h
parent54b11918beda8454dab062498af81754a7034055 (diff)
downloadcpython-git-10a3bb53a868a5f5b08338fc7c3487d955220488.tar.gz
SF bug #495548: troublesome #define in pyport.h
Removed the ancient "#define ANY void". Bugfix candidate? Hard call. The bug report claims the existence of this #define creates conflicts with other packages, which is easy to believe. OTOH, some extension authors may still be relying on its presence. I'm afraid you can't win on this one.
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index d1acd8ff6a..5efdf118d6 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -33,7 +33,6 @@ Used in: LONG_LONG
/* For backward compatibility only. Obsolete, do not use. */
-#define ANY void
#ifdef HAVE_PROTOTYPES
#define Py_PROTO(x) x
#else