From ad16d9a71a2a25267ee65a147c8bd73edecf8b8d Mon Sep 17 00:00:00 2001 From: bernie Date: Thu, 21 Oct 2004 10:09:40 +0000 Subject: [PATCH] Remove spurious token in preprocessor directive. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@254 38d2e660-2303-0410-9eaa-f027e97ec537 --- compiler.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler.h b/compiler.h index 40266bd0..65effeca 100755 --- a/compiler.h +++ b/compiler.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.27 2004/10/21 10:09:40 bernie + *#* Remove spurious token in preprocessor directive. + *#* *#* Revision 1.26 2004/10/19 08:55:14 bernie *#* UNUSED_FUNC: New function attribute. *#* @@ -262,7 +265,7 @@ * \def COMPILER_STATEMENT_EXPRESSIONS * Support for macros with variable arguments. */ -#ifndef COMPILER_STATEMENT_EXPRESSIONS 0 +#ifndef COMPILER_STATEMENT_EXPRESSIONS #define COMPILER_STATEMENT_EXPRESSIONS 0 #endif -- 2.25.1