| 36 | //------------------------------------------ |
| 37 | |
| 38 | void ExternalLexerModule::SetExternal(GetLexerFactoryFunction fFactory, int index) { |
| 39 | fneFactory = fFactory; |
| 40 | fnFactory = fFactory(index); |
| 41 | } |
| 42 | |
| 43 | //------------------------------------------ |
| 44 | // |