diff options
author | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-07-31 22:19:30 (GMT) |
---|---|---|
committer | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-07-31 22:19:30 (GMT) |
commit | 25f68944c20a3a37da6776277057c2d19a80211f (patch) | |
tree | c271e544f83b111f29907a7613bbaed03a8df40e /Include/myselect.h | |
parent | b88b0bce2a0733a53218b23f6ddfcd7626f1f4f1 (diff) | |
download | cpython-25f68944c20a3a37da6776277057c2d19a80211f.zip cpython-25f68944c20a3a37da6776277057c2d19a80211f.tar.gz cpython-25f68944c20a3a37da6776277057c2d19a80211f.tar.bz2 |
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Diffstat (limited to 'Include/myselect.h')
-rw-r--r-- | Include/myselect.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Include/myselect.h b/Include/myselect.h index 53e924d..3562af8 100644 --- a/Include/myselect.h +++ b/Include/myselect.h @@ -1,9 +1,3 @@ -#ifndef Py_MYSELECT_H -#define Py_MYSELECT_H -#ifdef __cplusplus -extern "C" { -#endif - /*********************************************************** Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. @@ -19,6 +13,12 @@ THIS FILE IS OBSOLETE USE "pyport.h" INSTEAD ***************************************/ +#ifndef Py_MYSELECT_H +#define Py_MYSELECT_H +#ifdef __cplusplus +extern "C" { +#endif + /* Include file for users of select() */ /* NB caller must include <sys/types.h> */ |