Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-09-05 04:13:15 +0400
committerBen Elliston <bje@gnu.org>2003-09-05 04:13:15 +0400
commit10a32423f87001643918b15d3b6118a29d8615d4 (patch)
tree5117c312afc9e8b8c7dc63f9852e139248a9bb59 /newlib/libc/stdlib/mstats.c
parent3833944e68d3ed74e0f96d4350a612b31e4267d3 (diff)
* libc/stdlib/mstats.c[_ELIX_LEVEL]: Fix guards. #ifndef FOO ||
FOO >= 2 is invalid; use #if !defined (FOO) || FOO >= 2 instead.
Diffstat (limited to 'newlib/libc/stdlib/mstats.c')
-rw-r--r--newlib/libc/stdlib/mstats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/mstats.c b/newlib/libc/stdlib/mstats.c
index 8a587b0b5..2b6c6bc19 100644
--- a/newlib/libc/stdlib/mstats.c
+++ b/newlib/libc/stdlib/mstats.c
@@ -110,7 +110,7 @@ _DEFUN_VOID (mallinfo)
return _mallinfo_r (_REENT);
}
-#ifndef _ELIX_LEVEL || _ELIX_LEVEL >= 2
+#if !defined (_ELIX_LEVEL) || _ELIX_LEVEL >= 2
void
_DEFUN_VOID (malloc_stats)
{
@@ -129,7 +129,7 @@ _DEFUN (mallopt, (p, v),
#endif
-#ifndef _ELIX_LEVEL || _ELIX_LEVEL >= 2
+#if !defined (_ELIX_LEVEL) || _ELIX_LEVEL >= 2
/* mstats is now compatibility code. It used to be real, for a
previous version of the malloc routines. It now just calls