]> git.pld-linux.org Git - packages/seamonkey.git/blame - seamonkey-libevent21.patch
- updated to 2.46 (sync with iceape.spec)
[packages/seamonkey.git] / seamonkey-libevent21.patch
CommitLineData
ceb753a6
JB
1--- seamonkey-2.46/mozilla/ipc/chromium/src/base/message_pump_libevent.cc~ 2016-12-14 03:07:49.000000000 +0100
2+++ seamonkey-2.46/mozilla/ipc/chromium/src/base/message_pump_libevent.cc 2017-04-04 09:09:31.353732558 +0200
3@@ -23,8 +23,8 @@
4 // This macro checks that the _EVENT_SIZEOF_* constants defined in
5 // ipc/chromiume/src/third_party/<platform>/event2/event-config.h are correct.
6 #define CHECK_EVENT_SIZEOF(TYPE, type) \
7- static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \
8- "bad _EVENT_SIZEOF_"#TYPE);
9+ static_assert(EVENT__SIZEOF_##TYPE == sizeof(type), \
10+ "bad EVENT__SIZEOF_"#TYPE);
11
12 CHECK_EVENT_SIZEOF(LONG, long);
13 CHECK_EVENT_SIZEOF(LONG_LONG, long long);
This page took 0.055964 seconds and 4 git commands to generate.