From: Jason M. <agr...@gm...> - 2022-02-01 20:48:52
|
Stop line comments inside block comments, also? NetRexxC.properties:299: nested.comment.blocked Nested comment disallowed with STRICTCOMMENT option /* ONLY IF, YOU WISH TO BLOCK LINE COMMENT INSIDE OF BLOCK COMMENT */ RxClauser.nrx:475: if c1="-" & line[pos-1]="-" then do -- strictcomment RxClauser.nrx:476: if rxt.program.flag.strictcomment then signal RxQuit(rxt,tok,"nested.comment.blocked",source.getName()) RxClauser.nrx:477: end -- strictcomment /* ONLY IF, YOU WISH TO BLOCK LINE COMMENT INSIDE OF BLOCK COMMENT */ RxClauser.nrx:497: if rxt.program.flag.strictcomment then signal RxQuit(rxt,tok,"nested.comment.blocked",source.getName()) RxFlag.nrx:65: strictcomment = boolean 0 -- nested comments disallowed RxFlag.nrx:105: strictcomment=orig.strictcomment RxFlag.nrx:155: when opt=='STRICTCOMMENT' then strictcomment=new RxFlag.nrx:217: if strictcomment then acc=acc 'Strictcomment' RxFlag.nrx:218: else if nose then acc=acc 'NoStrictcomment' RxFlag.nrx:268: say ' -strictcomment -- block nested comments in source code' |