ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/ev_cpp.C
Revision: 1.3
Committed: Sun Nov 11 16:58:33 2007 UTC (16 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-8_5a, rel-8_6
Changes since 1.2: +0 -1 lines
Log Message:
do away with ev++.C

File Contents

# User Rev Content
1 root 1.1 #include "rxvttoolkit.h"
2    
3 root 1.2 /* darwin has problems with its header files in C++, requiring this namespace juggling */
4     using namespace ev;
5    
6     #include "ev.c"
7 root 1.1