1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Changed DEFAULT_FILES_TO_INDEX_UP_FRONT to "cstdarg, cstddef, ctime". Bug 259843.

This commit is contained in:
Sergey Prigogin 2009-01-12 22:18:32 +00:00
parent a9fcf919be
commit 7901286206

View file

@ -56,7 +56,7 @@ public class IndexerPreferences {
private static final String KEY_INDEX_IMPORT_LOCATION = "indexImportLocation"; //$NON-NLS-1$
private static final String DEFAULT_INDEX_IMPORT_LOCATION = ".settings/cdt-index.zip"; //$NON-NLS-1$
private static final String DEFAULT_FILES_TO_PARSE_UP_FRONT= "stdarg.h, stddef.h, sys/types.h"; //$NON-NLS-1$
private static final String DEFAULT_FILES_TO_PARSE_UP_FRONT= "cstdarg, cstddef, ctime"; //$NON-NLS-1$
private static final int DEFAULT_UPDATE_POLICY= 0;
private static final String QUALIFIER = CCorePlugin.PLUGIN_ID;