From fde50a18a7aa9d24f121882346f00585df589deb Mon Sep 17 00:00:00 2001 From: bernie Date: Wed, 8 Dec 2004 07:35:51 +0000 Subject: [PATCH] Typo in macro name. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@292 38d2e660-2303-0410-9eaa-f027e97ec537 --- compiler.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler.h b/compiler.h index b1939426..d7814160 100755 --- a/compiler.h +++ b/compiler.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.35 2004/12/08 07:35:51 bernie + *#* Typo in macro name. + *#* *#* Revision 1.34 2004/11/28 23:21:33 bernie *#* Use mtime_t instead of overloading ANSI time_t with new semantics. *#* @@ -273,8 +276,8 @@ * \def COMPILER_VARIADIC_MACROS * Support for macros with variable arguments. */ -#ifndef COMPILER_HAVE_VARIADIC_MACROS -#define COMPILER_HAVE_VARIADIC_MACROS (COMPILER_C99 != 0) +#ifndef COMPILER_VARIADIC_MACROS +#define COMPILER_VARIADIC_MACROS (COMPILER_C99 != 0) #endif /*! -- 2.25.1