diff options
| author | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-07-31 22:19:30 +0000 |
|---|---|---|
| committer | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-07-31 22:19:30 +0000 |
| commit | 25f68944c20a3a37da6776277057c2d19a80211f (patch) | |
| tree | c271e544f83b111f29907a7613bbaed03a8df40e /Include/mymalloc.h | |
| parent | b88b0bce2a0733a53218b23f6ddfcd7626f1f4f1 (diff) | |
| download | cpython-git-25f68944c20a3a37da6776277057c2d19a80211f.tar.gz | |
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Diffstat (limited to 'Include/mymalloc.h')
| -rw-r--r-- | Include/mymalloc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Include/mymalloc.h b/Include/mymalloc.h index 2af58e450f..8dadb66a79 100644 --- a/Include/mymalloc.h +++ b/Include/mymalloc.h @@ -1,5 +1,3 @@ -#ifndef Py_MYMALLOC_H -#define Py_MYMALLOC_H /*********************************************************** Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. @@ -15,6 +13,9 @@ THIS FILE IS OBSOLETE USE "pyport.h" INSTEAD ***************************************/ +#ifndef Py_MYMALLOC_H +#define Py_MYMALLOC_H + /* Lowest-level memory allocation interface */ #define ANY void /* For API compatibility only. Obsolete, do not use. */ |
