Typo.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 21 Oct 2004 11:03:52 +0000 (11:03 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 21 Oct 2004 11:03:52 +0000 (11:03 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@258 38d2e660-2303-0410-9eaa-f027e97ec537

compiler.h

index 65effeca2b5305d49a7cf6a12bd7f9baeec45a64..e5a32f9c241b721345e184c18f7c2031d377eb45 100755 (executable)
@@ -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.
  *#*
        /* 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)))
 
        /* Compiler features */
        #define COMPILER_TYPEOF 1
-       #define COMPILER_STAEMENT_EXPRESSIONS 1
+       #define COMPILER_STATEMENT_EXPRESSIONS 1
 
        #include <stdint.h>
        #include <stddef.h>