aboutsummaryrefslogtreecommitdiff
path: root/lexxer.l
diff options
context:
space:
mode:
Diffstat (limited to 'lexxer.l')
-rw-r--r--lexxer.l1
1 files changed, 1 insertions, 0 deletions
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 */
<Normal>[Nn][Oo][Tt][Dd][Ee][Aa][Ll][Ll][Oo][Cc] FRETURN(flNotDealloc);
<Normal>[Ss][Ee][Rr][Vv][Ee][Rr][Cc][Oo][Pp][Yy] FRETURN(flServerCopy);
<Normal>[Cc][Oo][Uu][Nn][Tt][Ii][Nn][Oo][Uu][Tt] FRETURN(flCountInOut);
+<Normal>[Rr][Ee][Tt][Cc][Oo][Dd][Ee] FRETURN(flNone);
<Normal>[Pp][Oo][Ll][Yy][Mm][Oo][Rr][Pp][Hh][Ii][Cc] TRETURN(MACH_MSG_TYPE_POLYMORPHIC,word_size_in_bits);