PROBLEM: (CLD STLQ62600, QAR 62099) (Patch ID: OSF425-405336) ******** There is a problem in lex that causes it to not recognize the end of a comment when the final "/" is preceded by more than one consecutive "*". This message may occur: lex: (Error) EOF inside comment. Also, some generated code may be missing since a later end-of-comment may be matched with an earlier start-of-comment. PROBLEM: (qar 72666) (Patch ID: OSF425-751) ******** This patch fixes a problem in lex that causes it to generate incorrect tables that result in the lexical analyzer failing to recognize some kinds of regular expressions involving exclusive start states.