X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=common.h;h=017cb4f99dd2adba81301d185efb89405cfab79e;hp=9794a92e8e8ea33a494b2772869b5171afa1bbe8;hb=a1b119052d16810d6289855635c2b0e66a6b93b8;hpb=1dbc6ce8102e79ead8c3ae09214126abab1b5c51 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__ */