summaryrefslogtreecommitdiffstats
path: root/contrib/csup/token.l
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/csup/token.l')
-rw-r--r--contrib/csup/token.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/csup/token.l b/contrib/csup/token.l
index 0def82d..267e61f 100644
--- a/contrib/csup/token.l
+++ b/contrib/csup/token.l
@@ -56,6 +56,7 @@ release { yylval.i = PT_RELEASE; return NAME; }
tag { yylval.i = PT_TAG; return NAME; }
umask { yylval.i = PT_UMASK; return NAME; }
list { yylval.i = PT_LIST; return NAME; }
+norsync { yylval.i = PT_NORSYNC; return NAME; }
= { return EQUAL; }
compress { yylval.i = PT_COMPRESS; return BOOLEAN; }
delete { yylval.i = PT_DELETE; return BOOLEAN; }
OpenPOWER on IntegriCloud