projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
366b161
)
*** empty log message ***
author
root
<root>
Sun, 11 Nov 2007 16:45:38 +0000
(16:45 +0000)
committer
root
<root>
Sun, 11 Nov 2007 16:45:38 +0000
(16:45 +0000)
src/ev_cpp.C
patch
|
blob
|
history
diff --git
a/src/ev_cpp.C
b/src/ev_cpp.C
index 295c7443b3961292bb733d45531ff129abb41df7..7bd55a5d787f3ca9e2803591608e7bbbad16553c 100644
(file)
--- a/
src/ev_cpp.C
+++ b/
src/ev_cpp.C
@@
-1,7
+1,8
@@
#include "rxvttoolkit.h"
#include "ev++.C"
-namespace ev {
- #include "ev.c"
-}
+/* darwin has problems with its header files in C++, requiring this namespace juggling */
+using namespace ev;
+
+#include "ev.c"