Add in the first step of the multiple pointer support. This adds in support to the...
[oota-llvm.git] / include / llvm / Object / Binary.h
index befe812a369242ff9a6a1ab4d46248d5deaedba8..baed81827d0c5be47c8e57f5b255a63899ee61bb 100644 (file)
@@ -26,8 +26,8 @@ namespace object {
 
 class Binary {
 private:
-  Binary(); // = delete
-  Binary(const Binary &other); // = delete
+  Binary() LLVM_DELETED_FUNCTION;
+  Binary(const Binary &other) LLVM_DELETED_FUNCTION;
 
   unsigned int TypeID;