From: bernie Date: Thu, 21 Oct 2004 10:09:40 +0000 (+0000) Subject: Remove spurious token in preprocessor directive. X-Git-Tag: 1.0.0~987 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ad16d9a71a2a25267ee65a147c8bd73edecf8b8d;p=bertos.git Remove spurious token in preprocessor directive. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@254 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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