From 71ecc56c8c1c8186d27a42ee77c0ef480eeb853f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 19 Jan 2008 00:48:40 +0000 Subject: [PATCH] port to libev 2.1 --- Changes | 1 + src/ev_cpp.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Changes b/Changes index a5f62677..631d09b5 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,7 @@ WISH: load system-wide config file even if we don't have one WISH: look into XAddConnectionWatch, does anybody need that? DUMB: support tex fonts +9.0 - fix a crash bug where urxvtd would crash when urxvtc was called with wrong arguments (I wish debian maintainers in general would report bugs and their proposed fixes to the original package maintaienrs diff --git a/src/ev_cpp.h b/src/ev_cpp.h index e5441c49..97eb8ee2 100644 --- a/src/ev_cpp.h +++ b/src/ev_cpp.h @@ -7,5 +7,6 @@ #define EV_CONFIG_H #define EV_MINPRI 0 #define EV_MAXPRI 0 +#define EV_USE_STDEXCEPT 0 #include "ev++.h" -- 2.34.1