Bug 8691 - Update yang-parser-impl grammars 39/61539/2
authorPeter Kajsa <pkajsa@cisco.com>
Fri, 11 Aug 2017 09:38:08 +0000 (11:38 +0200)
committerRobert Varga <nite@hq.sk>
Sun, 13 Aug 2017 17:53:50 +0000 (17:53 +0000)
Update of YangStatementLexer.g4 after migration to antlr 4.7.

Change-Id: Ie2482c1b155a0119862f855738c5f55d8df938c8
Signed-off-by: Peter Kajsa <pkajsa@cisco.com>
yang/yang-parser-impl/src/main/antlr/YangStatementLexer.g4

index c40927eb61726dbfcb71f5a620ce04505d421848..b17c6674f221998d793015366841f86747719a75 100644 (file)
@@ -43,4 +43,4 @@ STRING: ((~( '\r' | '\n' | '\t' | ' ' | ';' | '{' | '"' | '\'' | '}' | '/' | '+'
 
 mode BLOCK_COMMENT_MODE;
 END_BLOCK_COMMENT : '*/' -> popMode, skip;
-BLOCK_COMMENT :  . -> more, skip;
\ No newline at end of file
+BLOCK_COMMENT :  . -> skip;
\ No newline at end of file