Remove spurious token in preprocessor directive.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 21 Oct 2004 10:09:40 +0000 (10:09 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 21 Oct 2004 10:09:40 +0000 (10:09 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@254 38d2e660-2303-0410-9eaa-f027e97ec537

compiler.h

index 40266bd03ffc60321e0937563757d240c2875fbd..65effeca2b5305d49a7cf6a12bd7f9baeec45a64 100755 (executable)
@@ -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.
  *#*
  * \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