Bug 928132 - Remove obsolete 'restrict' define. r=derf

From 80b8408c1466a245b5fdbb13df71d863a0dab292 Mon Sep 17 00:00:00 2001
This is no longer necessary now that we've updated to more recent
reference code and causes problems on some compilers.
This commit is contained in:
Ralph Giles 2013-10-17 15:06:47 -07:00
parent f703a01ee7
commit 70b844f99e

View File

@ -8,7 +8,6 @@ DEFINES += \
-DOPUS_BUILD \
-DOPUS_VERSION='"v1.1-beta-23-gf2446c2-mozilla"' \
-DUSE_ALLOCA \
-Drestrict= \
$(NULL)
ifneq ($(filter $(OS_ARCH),Linux Darwin DragonFly FreeBSD NetBSD OpenBSD),)