From 94c06917f5994a97fe27f5751276391b9685e406 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Fri, 25 Mar 2011 22:00:13 +0000 Subject: [PATCH] define bool --- Robust/src/Runtime/runtime.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Robust/src/Runtime/runtime.c b/Robust/src/Runtime/runtime.c index e0129f85..c6fd9a9b 100644 --- a/Robust/src/Runtime/runtime.c +++ b/Robust/src/Runtime/runtime.c @@ -56,6 +56,10 @@ pthread_barrierattr_t attr; #include +#ifndef bool +#define bool int +#endif + extern int classsize[]; extern int typearray[]; extern int typearray2[]; -- 2.34.1