mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 05:15:43 +02:00
Changed DEFAULT_FILES_TO_PARSE_UP_FRONT from "cstdarg, cstddef, ctime" to "cstdarg, cstdio, ctime" to fix resolution of fopen, fgets, fprintf, etc.
This commit is contained in:
parent
7a8dad74f7
commit
641956d09e
1 changed files with 1 additions and 1 deletions
|
@ -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= "cstdarg, cstddef, ctime"; //$NON-NLS-1$
|
||||
private static final String DEFAULT_FILES_TO_PARSE_UP_FRONT= "cstdarg, cstdio, ctime"; //$NON-NLS-1$
|
||||
private static final int DEFAULT_UPDATE_POLICY= 0;
|
||||
|
||||
private static final String QUALIFIER = CCorePlugin.PLUGIN_ID;
|
||||
|
|
Loading…
Add table
Reference in a new issue