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/mytime.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/mytime.h')
| -rw-r--r-- | Include/mytime.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Include/mytime.h b/Include/mytime.h index bfad575..07a2480 100644 --- a/Include/mytime.h +++ b/Include/mytime.h @@ -1,9 +1,3 @@ -#ifndef Py_MYTIME_H -#define Py_MYTIME_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_MYTIME_H +#define Py_MYTIME_H +#ifdef __cplusplus +extern "C" { +#endif + /* Include file instead of <time.h> and/or <sys/time.h> */ #ifdef TIME_WITH_SYS_TIME |
