From 8ae61cb9cf930221555ee918a784227805631390 Mon Sep 17 00:00:00 2001 From: regehr Date: Thu, 3 Jul 2008 03:28:12 +0000 Subject: [PATCH] oops avoid a warning --- tos/lib/safe/include/annots_stage1.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tos/lib/safe/include/annots_stage1.h b/tos/lib/safe/include/annots_stage1.h index 1eca53f7..057919c5 100644 --- a/tos/lib/safe/include/annots_stage1.h +++ b/tos/lib/safe/include/annots_stage1.h @@ -9,8 +9,10 @@ // JDR temporary code: define away NTS in unsafe mode #ifndef SAFE_TINYOS +#ifndef NTS #define NTS #endif +#endif #if NESC < 130 -- 2.39.2