From: bernie Date: Thu, 21 Oct 2004 11:03:52 +0000 (+0000) Subject: Typo. X-Git-Tag: 1.0.0~983 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=7993b32759dce1b122d47621fb311510e2c493ce;p=bertos.git Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@258 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/compiler.h b/compiler.h index 65effeca..e5a32f9c 100755 --- a/compiler.h +++ b/compiler.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.28 2004/10/21 11:03:52 bernie + *#* Typo. + *#* *#* Revision 1.27 2004/10/21 10:09:40 bernie *#* Remove spurious token in preprocessor directive. *#* @@ -172,7 +175,7 @@ /* Compiler features */ #define COMPILER_VARIADIC_MACROS 1 /* Even in C++ */ #define COMPILER_TYPEOF 1 - #define COMPILER_STAEMENT_EXPRESSIONS 1 + #define COMPILER_STATEMENT_EXPRESSIONS 1 /* GCC attributes */ #define FORMAT(type,fmt,first) __attribute__((__format__(type, fmt, first))) @@ -228,7 +231,7 @@ /* Compiler features */ #define COMPILER_TYPEOF 1 - #define COMPILER_STAEMENT_EXPRESSIONS 1 + #define COMPILER_STATEMENT_EXPRESSIONS 1 #include #include