diff options
author | Sunil Shetye | 2018-06-14 16:31:19 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-14 16:31:19 +0530 |
commit | ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f (patch) | |
tree | 4178325bd0010268a223c82ff14512390ca6c933 /js/IntegerOp/DLATCH.js | |
parent | 43a4722b60828032b33b4dfb41d2d3efc2322a39 (diff) | |
download | sci2js-ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f.tar.gz sci2js-ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f.tar.bz2 sci2js-ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f.zip |
ignore comma and semicolon at the end of line
Diffstat (limited to 'js/IntegerOp/DLATCH.js')
-rw-r--r-- | js/IntegerOp/DLATCH.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/IntegerOp/DLATCH.js b/js/IntegerOp/DLATCH.js index 857b829f..75cb1261 100644 --- a/js/IntegerOp/DLATCH.js +++ b/js/IntegerOp/DLATCH.js @@ -497,7 +497,7 @@ LexToken(VAR,'list',1,2686) LexToken(OPENBRACKET,'(',1,2690) LexToken(OPENSQBRACKET,'[',1,2702) LexToken(DQSTRING,'"txt=[\\\'If in>0\\\';\\\' \\\';\\\' then else\\\'];"',1,2746) -LexToken(SEMICOLON,';',1,2747) +LexToken(SEMICOLON,';\n',1,2747) LexToken(DQSTRING,'"xstringb(orig(1),orig(2),txt,sz(1),sz(2),\\\'fill\\\');"',1,2809) LexToken(CLOSESQBRACKET,']',1,2810) LexToken(COMMA,',',1,2811) |