OSDN Git Service

Update samples to nxtOSEK_v212.zip (I did not check their licenses.)
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c++ / cpp / SmartPointer / nxtAssert.h
@@ -3,11 +3,11 @@
 \r
 #include "nxtConfig.h"\r
 \r
-#ifdef __cplusplus
-extern "C" {
+#ifdef __cplusplus\r
+extern "C" {\r
 #endif\r
 \r
-#undef assert
+#undef assert\r
 #define assert(exp) nxtAssert(exp)\r
 \r
 #ifndef NXT_ASSERT\r
@@ -17,8 +17,8 @@ extern "C" {
        #define nxtAssert(__e) ((__e) ? (void)0 : __nxtAssert(__FILE__, __LINE__, #__e))\r
 #endif\r
 \r
-#ifdef __cplusplus
-}
+#ifdef __cplusplus\r
+}\r
 #endif\r
 \r
 #endif\r