~ubuntu-branches/ubuntu/maverick/codelite/maverick

« back to all changes in this revision

Viewing changes to sdk/wxscintilla/src/scintilla/src/LexCaml.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-07-29 19:42:47 UTC
  • mfrom: (1.1.9 upstream) (18.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100729194247-cuibfk03wog33nxq
Tags: 2.6.0.4189~dfsg-1
* New upstream release.
* Bump Standards.
* Refresh patches.
* Add license information about files under ./Debugger/

Show diffs side-by-side

added added

removed removed

Lines of Context:
430
430
static
431
431
#endif  /* BUILD_AS_EXTERNAL_LEXER */
432
432
void FoldCamlDoc(
433
 
        unsigned int startPos, int length,
434
 
        int initStyle,
435
 
        WordList *keywordlists[],
436
 
        Accessor &styler)
 
433
        unsigned int, int,
 
434
        int,
 
435
        WordList *[],
 
436
        Accessor &)
437
437
{
438
 
        // below useless evaluation(s) to supress "not used" warnings
439
 
        startPos || length || initStyle || keywordlists[0] || styler.Length();
440
438
}
441
439
 
442
440
static const char * const camlWordListDesc[] = {