From 972c0c9f0a9dece2e020c942460c728edd67591e Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Thu, 20 May 2004 21:31:43 +0000 Subject: [PATCH] Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with some java constants. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13611 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 1632b68e129..55abdfae46b 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -294,7 +294,7 @@ CPPFLAGS += -D_GNU_SOURCE 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