From: ian Date: Wed, 16 Jul 2008 17:38:44 +0000 (+0000) Subject: MUSTECR is not just for ps_... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=064d011d1e433263ec318f500f4bf8377205a902;p=trains.git MUSTECR is not just for ps_... --- 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)