From: keie Date: Thu, 23 Aug 1984 13:25:44 +0000 (+0000) Subject: The ms_gto is added. This is a trick used to indicate procedures X-Git-Tag: release-5-5~6115 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=773f0aa626d10bd8ff40e1edfee44c0a4849888b;p=ack.git The ms_gto is added. This is a trick used to indicate procedures jumped to with gto. --- diff --git a/h/em_mes.h b/h/em_mes.h index 687f91742..8eec56b73 100644 --- a/h/em_mes.h +++ b/h/em_mes.h @@ -13,6 +13,7 @@ #define ms_ext 8 /* List of exported symbols from this library module */ #define ms_par 9 /* Number of bytes of parameters accessed */ #define ms_ego 10 /* Hint from EM Global Optimizer */ +#define ms_gto 11 /* Dangerous procedure, uses nonlocal goto */ /* * for details about ms_reg, see em_reg.h