comparison src/events.c @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 74fd4e045ea6
children 2f8bb876ab1d
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
2186 /************************************************************************/ 2186 /************************************************************************/
2187 2187
2188 void 2188 void
2189 syms_of_events (void) 2189 syms_of_events (void)
2190 { 2190 {
2191 INIT_LRECORD_IMPLEMENTATION (event);
2192
2191 DEFSUBR (Fcharacter_to_event); 2193 DEFSUBR (Fcharacter_to_event);
2192 DEFSUBR (Fevent_to_character); 2194 DEFSUBR (Fevent_to_character);
2193 2195
2194 DEFSUBR (Fmake_event); 2196 DEFSUBR (Fmake_event);
2195 DEFSUBR (Fdeallocate_event); 2197 DEFSUBR (Fdeallocate_event);