ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.85 by root, Sat Nov 10 03:13:50 2007 UTC vs.
Revision 1.86 by root, Sat Nov 10 03:19:21 2007 UTC

221 221
222#if EV_MULTIPLICITY 222#if EV_MULTIPLICITY
223 223
224 struct ev_loop 224 struct ev_loop
225 { 225 {
226 ev_tstamp ev_rt_now;
226 #define VAR(name,decl) decl; 227 #define VAR(name,decl) decl;
227 #include "ev_vars.h" 228 #include "ev_vars.h"
228 #undef VAR 229 #undef VAR
229 }; 230 };
230 #include "ev_wrap.h" 231 #include "ev_wrap.h"
232 struct ev_loop default_loop_struct; 233 struct ev_loop default_loop_struct;
233 static struct ev_loop *default_loop; 234 static struct ev_loop *default_loop;
234 235
235#else 236#else
236 237
238 ev_tstamp ev_rt_now;
237 #define VAR(name,decl) static decl; 239 #define VAR(name,decl) static decl;
238 #include "ev_vars.h" 240 #include "ev_vars.h"
239 #undef VAR 241 #undef VAR
240 242
241 static int default_loop; 243 static int default_loop;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines