зеркало из https://github.com/mozilla/gecko-dev.git
Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS.
This commit is contained in:
Родитель
5707d62dfc
Коммит
56397d20d4
|
@ -37,9 +37,12 @@ CPPSRCS = \
|
|||
nsSampleWordBreaker.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
CFLAGS += -DUSE_NSREG -D__STDC__
|
||||
CFLAGS += -DUSE_NSREG
|
||||
|
||||
# Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS.
|
||||
ifeq (,$(filter AIX OpenVMS,$(OS_ARCH)))
|
||||
CFLAGS += -D__STDC__
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче