X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=common.h;h=017cb4f99dd2adba81301d185efb89405cfab79e;hb=6d9abf287d99279385cd858bd58602ab19654a8b;hp=9794a92e8e8ea33a494b2772869b5171afa1bbe8;hpb=1dbc6ce8102e79ead8c3ae09214126abab1b5c51;p=model-checker.git diff --git a/common.h b/common.h index 9794a92..017cb4f 100644 --- a/common.h +++ b/common.h @@ -26,4 +26,6 @@ do { \ } \ } while (0); +#define error_msg(...) fprintf(stderr, "Error: " __VA_ARGS__) + #endif /* __COMMON_H__ */