]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/d/dmd/cond.h
d: Merge upstream dmd 740f3d1ea.
[thirdparty/gcc.git] / gcc / d / dmd / cond.h
index c32f7bba5e6fb5d8a1434eb5a89158baec1ee199..1963f0519a91d1aa37735cc3ed0b5bf488cd6bdc 100644 (file)
@@ -23,7 +23,7 @@ class DebugCondition;
 class ForeachStatement;
 class ForeachRangeStatement;
 
-int findCondition(Strings *ids, Identifier *ident);
+int findCondition(Identifiers *ids, Identifier *ident);
 
 class Condition
 {
@@ -76,7 +76,6 @@ public:
 class DebugCondition : public DVCondition
 {
 public:
-    static void setGlobalLevel(unsigned level);
     static void addGlobalIdent(const char *ident);
 
     DebugCondition(Module *mod, unsigned level, Identifier *ident);
@@ -89,7 +88,6 @@ public:
 class VersionCondition : public DVCondition
 {
 public:
-    static void setGlobalLevel(unsigned level);
     static void addGlobalIdent(const char *ident);
     static void addPredefinedGlobalIdent(const char *ident);