49505152535455
protected ICLanguageSettingEntry createEntry(CommandLine commandLine) throws Exception { String name = commandLine.getValue(Options.NAME_OPTION); String value = commandLine.getValue(Options.VALUE_OPTION); return new CMacroEntry(name, value, 0); }