add BLOCKING

This commit is contained in:
David Rose 2007-04-21 01:44:30 +00:00
parent 3b57b93a98
commit d1f08df2c9

View File

@ -76,6 +76,7 @@ using namespace std;
#define PUBLISHED public #define PUBLISHED public
#define BEGIN_PUBLISH #define BEGIN_PUBLISH
#define END_PUBLISH #define END_PUBLISH
#define BLOCKING
// Panda defines some assert-type macros. We map those to the // Panda defines some assert-type macros. We map those to the
// standard assert macro outside of Panda. // standard assert macro outside of Panda.