1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with some

java constants.

llvm-svn: 13611
This commit is contained in:
Alkis Evlogimenos 2004-05-20 21:31:43 +00:00
parent b92b7d2050
commit 5ce001e6a8

View File

@ -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