Index: head/www/cssed/files/patch-scintilla_src_LexCaml.cxx =================================================================== --- head/www/cssed/files/patch-scintilla_src_LexCaml.cxx (nonexistent) +++ head/www/cssed/files/patch-scintilla_src_LexCaml.cxx (revision 433017) @@ -0,0 +1,11 @@ +--- scintilla/src/LexCaml.cxx.orig 2005-05-27 03:30:23 UTC ++++ scintilla/src/LexCaml.cxx +@@ -273,7 +273,7 @@ void ColouriseCamlDoc( + + case SCE_CAML_OPERATOR: { + // [try to] interpret as [additional] operator char +- char* o = 0; ++ const char* o = 0; + if (iscaml(ch) || isspace(ch) /* ident or whitespace */ + || ((o = strchr(")]};,\'\"`#", ch)) != 0)/* "termination" chars */ + || !strchr("!$%&*+-./:<=>?@^|~", ch)/* "operator" chars */) { Property changes on: head/www/cssed/files/patch-scintilla_src_LexCaml.cxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +crlf \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property