summaryrefslogtreecommitdiffstats
path: root/Include/myproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/myproto.h')
-rw-r--r--Include/myproto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Include/myproto.h b/Include/myproto.h
index 40abdea..94be8df 100644
--- a/Include/myproto.h
+++ b/Include/myproto.h
@@ -14,6 +14,11 @@ See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
******************************************************************/
+/***************************************
+THIS FILE IS OBSOLETE
+DON'T USE Py_PROTO or Py_FPROTO anymore.
+***************************************/
+
#ifdef HAVE_PROTOTYPES
#define Py_PROTO(x) x
#else