From 064d011d1e433263ec318f500f4bf8377205a902 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 16 Jul 2008 17:38:44 +0000 Subject: [PATCH] MUSTECR is not just for ps_... --- hostside/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hostside/common.h b/hostside/common.h index da3c8f9..d0c0a8b 100644 --- a/hostside/common.h +++ b/hostside/common.h @@ -72,8 +72,8 @@ int ps_neednumber(ParseState *ps, long *r, long min, long max, const char *wh); int ps_neednoargs(ParseState *ps); -#define MUSTECR(ps_something) do{ \ - int mustecr__ec= (ps_something); \ +#define MUSTECR(something) do{ \ + int mustecr__ec= (something); \ if (mustecr__ec) return mustecr__ec; \ }while(0) -- 2.30.2