Changeset 20914 for lang/cplusplus
- Timestamp:
- 10/07/08 19:47:37 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/libevent/event.cc
r20753 r20914 40 40 FUNCTION(_Init) 41 41 ARG_COUNT(0); 42 struct event_base * eb = event_init();42 struct event_base * eb = (struct event_base*) event_init(); 43 43 assert(eb); 44 44 SET_INTERNAL(0, eb);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)