Pacify IAR warnings for side-effects.
[bertos.git] / cfg / debug.h
index 26dbdf0acd80517ac8951bd9e1c6e430fab76e93..fe8481f02f138ec9a2db4229276bc8e4d98ced26 100755 (executable)
 
 /*#*
  *#* $Log$
+ *#* Revision 1.5  2005/11/04 16:09:03  bernie
+ *#* Doxygen workaround.
+ *#*
+ *#* Revision 1.4  2005/07/03 15:18:52  bernie
+ *#* Typo.
+ *#*
  *#* Revision 1.3  2005/06/27 21:23:55  bernie
  *#* Rename cfg/config.h to appconfig.h.
  *#*
  * This preprocessor symbol is defined only in debug builds.
  *
  * The build infrastructure must arrange for _DEBUG to
- * be prepredefined for all source files being compiled.
+ * be predefined for all source files being compiled.
  *
  * This is compatible with the Microsoft convention for
  * the default Debug and Release targets.
        /*!
         * This macro can be used to conditionally exclude one or more
         * statements conditioned on \c _DEBUG, avoiding the clutter
-        * of #ifdef/#endif pairs.
+        * of ifdef/endif pairs.
         *
         * \code
         *     struct FooBar