mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
It should be an IDirective.
This commit is contained in:
parent
0c59594c73
commit
df6bb6a3af
1 changed files with 5 additions and 2 deletions
|
@ -10,9 +10,12 @@
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
package org.eclipse.cdt.make.core.makefile.gnu;
|
package org.eclipse.cdt.make.core.makefile.gnu;
|
||||||
|
|
||||||
|
import org.eclipse.cdt.make.core.makefile.IDirective;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
public interface IUnExport {
|
public interface IUnExport extends IDirective {
|
||||||
|
|
||||||
String getVariable();
|
String getVariable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue