From 3ba9725d394541374ea90dcb3fb662b426eb63e6 Mon Sep 17 00:00:00 2001 From: idgay Date: Fri, 2 May 2008 21:54:19 +0000 Subject: [PATCH] allow nonsafe compilation with 1.3.0 --- tos/lib/safe/include/annots_stage1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/lib/safe/include/annots_stage1.h b/tos/lib/safe/include/annots_stage1.h index 03e5f8d3..44d24463 100644 --- a/tos/lib/safe/include/annots_stage1.h +++ b/tos/lib/safe/include/annots_stage1.h @@ -1,7 +1,7 @@ #ifndef ANNOTS_STAGE1_INCLUDED #define ANNOTS_STAGE1_INCLUDED -#if NESC >= 130 +#if NESC >= 130 && defined(SAFE_TINYOS) struct @bound @deputy_scope() @macro("__DEPUTY_BOUND") { void *lo, *hi; }; struct @count @deputy_scope() @macro("__DEPUTY_COUNT") { int n; }; -- 2.39.2