From 60f6c087744c8e3c7b79aad9b1cfd37d1e73c9d1 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Thu, 14 Jun 2018 16:46:47 +0530 Subject: ignore comma and semicolon after comment at the end of line --- js/Sinks/CSCOPE.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/Sinks/CSCOPE.js') diff --git a/js/Sinks/CSCOPE.js b/js/Sinks/CSCOPE.js index 70bc3c8c..6821a46f 100644 --- a/js/Sinks/CSCOPE.js +++ b/js/Sinks/CSCOPE.js @@ -807,7 +807,6 @@ LexToken(VAR,'emptystr',1,4531) LexToken(OPENBRACKET,'(',1,4539) LexToken(CLOSEBRACKET,')',1,4540) LexToken(CLOSESQBRACKET,']',1,4541) -LexToken(SEMICOLON,';',1,4542) LexToken(EOL,'\n',1,4554) LexToken(VAR,'gr_i',1,4563) LexToken(ASSIGNMENT,'=',1,4567) -- cgit