1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Fix for bug 212417

This commit is contained in:
Jason Montojo 2007-12-10 15:23:52 +00:00
parent 5801276291
commit 0658cb9937

View file

@ -10,6 +10,7 @@
*******************************************************************************/
package org.eclipse.cdt.core.dom.upc;
import org.eclipse.cdt.core.dom.ILinkage;
import org.eclipse.cdt.core.dom.c99.BaseExtensibleLanguage;
import org.eclipse.cdt.core.dom.c99.IC99TokenCollector;
import org.eclipse.cdt.core.dom.c99.IKeywordMap;
@ -53,6 +54,10 @@ public class UPCLanguage extends BaseExtensibleLanguage {
return ID;
}
public int getLinkageID() {
return ILinkage.C_LINKAGE_ID;
}
public String getName() {
// TODO: this has to be read from a message bundle
return "UPC";//$NON-NLS-1$