mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix possible IndexOutOfBoundsException (follow-up for 189909)
This commit is contained in:
parent
bce3a119c2
commit
a536e926d5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public final class SCDOptionsEnum {
|
||||||
};
|
};
|
||||||
private static final SCDOptionsEnum SCDOPTIONS[] = {
|
private static final SCDOptionsEnum SCDOPTIONS[] = {
|
||||||
COMMAND, DEFINE, UNDEFINE, IDASH, INCLUDE, NOSTDINC, NOSTDINCPP, INCLUDE_FILE, IMACROS_FILE,
|
COMMAND, DEFINE, UNDEFINE, IDASH, INCLUDE, NOSTDINC, NOSTDINCPP, INCLUDE_FILE, IMACROS_FILE,
|
||||||
IDIRAFTER, ISYSTEM, IPREFIX, IWITHPREFIX, IWITHPREFIXBEFORE
|
IDIRAFTER, ISYSTEM, IPREFIX, IWITHPREFIX, IWITHPREFIXBEFORE, IQUOTE
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue