Sync with 5.4.3
[deliverable/titan.core.git] / compiler2 / ttcn3 / compiler.l
index 063baffe5e181ddb8b09af0a9d4bc44ed97dbc03..1915fbf254e75b2d4ca4960ef052ca0343896518 100644 (file)
@@ -495,13 +495,18 @@ with              RETURN(WithKeyword);
 xor            RETURN(XorKeyword);
 xor4b          RETURN(Xor4bKeyword);
 
+  /* modifier keywords */
+
+"@nocase" RETURN(NocaseKeyword);
+"@lazy"   RETURN(LazyKeyword);
+
   /* special TITAN specific keywords */
 
 "@try"    RETURN(TitanSpecificTryKeyword);
 "@catch"  RETURN(TitanSpecificCatchKeyword);
-"@lazy"   RETURN(TitanSpecificLazyKeyword);
 "@profiler" RETURN(TitanSpecificProfilerKeyword);
 
+
        /* Predefined function identifiers */
 
 bit2hex                RETURN(bit2hexKeyword);
This page took 0.033248 seconds and 5 git commands to generate.