mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
Cosmetics.
This commit is contained in:
parent
cc2e7dc5b0
commit
591f90c6d2
2 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,6 @@ package org.eclipse.cdt.core.dom.ast;
|
||||||
* @noimplement This interface is not intended to be implemented by clients.
|
* @noimplement This interface is not intended to be implemented by clients.
|
||||||
*/
|
*/
|
||||||
public interface IASTPreprocessorPragmaStatement extends IASTPreprocessorStatement {
|
public interface IASTPreprocessorPragmaStatement extends IASTPreprocessorStatement {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the pragma message.
|
* Returns the pragma message.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -72,7 +72,7 @@ public final class IncludeSearchPathElement {
|
||||||
String framework = includeDirective.substring(0, firstSep);
|
String framework = includeDirective.substring(0, firstSep);
|
||||||
String file = includeDirective.substring(firstSep + 1);
|
String file = includeDirective.substring(firstSep + 1);
|
||||||
if (file.length() > 0) {
|
if (file.length() > 0) {
|
||||||
if (fPath.endsWith(framework + FRAMEWORK_HEADERS)) { //$NON-NLS-1$
|
if (fPath.endsWith(framework + FRAMEWORK_HEADERS)) {
|
||||||
return ScannerUtility.createReconciledPath(fPath, file);
|
return ScannerUtility.createReconciledPath(fPath, file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue