193194195196197198199200201202203
if (options.getLexOutputFile() != null) tok.setSourceName(options.getLexOutputFile()); } //write to .pi file tok.lazyPrint(output); } } } catch (Throwable e) { Preprocessor.logger.severe(e.toString()); e.printStackTrace(System.err);