Sebastian Pipping:

> val SCLEX_OPAL=76

   That will have to be 77 since the Inno Setup lexer has gone in.

> # Lexical states for SCLEX_OPAL
> lex Opal=SCLEX_OPAL SCE_OPAL_
> val SCE_OPAL_SPACE=0
> val SCE_OPAL_COMMENT_BLOCK=1
> val SCE_OPAL_COMMENT_LINE=2
> val SCE_OPAL_INTEGER=3
> val SCE_OPAL_KEYWORD=4
> val SCE_OPAL_SORT=5
> val SCE_OPAL_STRING=6
> val SCE_OPAL_PAR=7
> val SCE_OPAL_DEFAULT=32

   These look the same as the download.

   Various compilers give warnings for "while( true )" so this should
be replaced with "for (;;)". There is an unused parameter one_too_much
in HandlePar.

   Neil

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to