From: bernie Date: Wed, 8 Dec 2004 07:35:51 +0000 (+0000) Subject: Typo in macro name. X-Git-Tag: 1.0.0~949 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=inline;h=fde50a18a7aa9d24f121882346f00585df589deb;p=bertos.git Typo in macro name. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@292 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 /*!