[llvm-commits] CVS: llvm/Makefile.rules

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu May 20 16:33:01 PDT 2004


Changes in directory llvm:

Makefile.rules updated: 1.181 -> 1.182

---
Log message:

Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with some
java constants.


---
Diffs of the changes:  (+1 -1)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.181 llvm/Makefile.rules:1.182
--- llvm/Makefile.rules:1.181	Fri Apr 23 19:10:56 2004
+++ llvm/Makefile.rules	Thu May 20 16:31:43 2004
@@ -294,7 +294,7 @@
 CPPFLAGS += -D__STDC_LIMIT_MACROS
 
 ### FIXME: this is GCC specific
-CPPFLAGS += -DDEPRECATED='__attribute__ ((deprecated))'
+CPPFLAGS += -DATTR_DEPRECATED='__attribute__ ((deprecated))'
 
 CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused
 CompileOptimizeOpts := -O3 -DNDEBUG -finline-functions





More information about the llvm-commits mailing list