projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee1d8f
)
Remove spurious token in preprocessor directive.
author
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 21 Oct 2004 10:09:40 +0000
(10:09 +0000)
committer
bernie
<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
patch
|
blob
|
history
diff --git
a/compiler.h
b/compiler.h
index 40266bd03ffc60321e0937563757d240c2875fbd..65effeca2b5305d49a7cf6a12bd7f9baeec45a64 100755
(executable)
--- 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