replace a couple of single-line comments with /* */ to fix the build of stuff dependi...
[oota-llvm.git] / include / llvm-c / Core.h
index eceae5c7b68de35e32c3768cbb6bb6363d019368..441fa4d13abe24dde6e02ffdc7d0614a8a193970 100644 (file)
@@ -173,10 +173,11 @@ typedef enum {
     LLVMUWTable = 1 << 30,
     LLVMNonLazyBind = 1 << 31
 
-    // FIXME: This attribute is currently not included in the C API as
-    // a temporary measure until the API/ABI impact to the C API is understood
-    // and the path forward agreed upon.
-    //LLVMAddressSafety = 1ULL << 32
+    /* FIXME: This attribute is currently not included in the C API as
+       a temporary measure until the API/ABI impact to the C API is understood
+       and the path forward agreed upon.
+    LLVMAddressSafety = 1ULL << 32
+    */
 } LLVMAttribute;
 
 typedef enum {