mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 549509 followup: fix macrology to make sure no warnings occur per brendan's bug comment, no_r=me
This commit is contained in:
parent
eff925b1f0
commit
a96f860128
@ -2697,7 +2697,7 @@ JS_STATIC_ASSERT(!CAN_DO_FAST_INC_DEC(INT_TO_JSVAL_CONSTEXPR(JSVAL_INT_MAX)));
|
||||
#ifdef JS_REPRMETER
|
||||
# define METER_REPR(fp) (reprmeter::MeterRepr(fp))
|
||||
#else
|
||||
# define METER_REPR(fp)
|
||||
# define METER_REPR(fp) ((void) 0)
|
||||
#endif /* JS_REPRMETER */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user