}
private void applyMcpCleanup(File conf) throws IOException, InvalidSyntaxException
{
ASFormatter formatter = new ASFormatter();
OptParser parser = new OptParser(formatter);
parser.parseOptionFile(conf);
Reader reader;
Writer writer;
GLConstantFixer fixer = new GLConstantFixer();