From 03ec049278a5d14754619eb51ee47744fbf15dd9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 31 Dec 2001 23:41:46 +0000 Subject: 2001-12-31 Roland McGrath * lexxer.l: Grok "retcode" IPC flag as a no-op, for compatibility with OSF Mach mig syntax. * lexxer.c: Regenerated. --- lexxer.l | 1 + 1 file changed, 1 insertion(+) (limited to 'lexxer.l') diff --git a/lexxer.l b/lexxer.l index 851d26a..65ccbc1 100644 --- a/lexxer.l +++ b/lexxer.l @@ -146,6 +146,7 @@ static void doSharp(const char *body); /* process body of # directives */ [Nn][Oo][Tt][Dd][Ee][Aa][Ll][Ll][Oo][Cc] FRETURN(flNotDealloc); [Ss][Ee][Rr][Vv][Ee][Rr][Cc][Oo][Pp][Yy] FRETURN(flServerCopy); [Cc][Oo][Uu][Nn][Tt][Ii][Nn][Oo][Uu][Tt] FRETURN(flCountInOut); +[Rr][Ee][Tt][Cc][Oo][Dd][Ee] FRETURN(flNone); [Pp][Oo][Ll][Yy][Mm][Oo][Rr][Pp][Hh][Ii][Cc] TRETURN(MACH_MSG_TYPE_POLYMORPHIC,word_size_in_bits); -- cgit v1.2.3