comparison src/process.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 501cfd01ee6d
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
1988 #endif /* 0 */ 1988 #endif /* 0 */
1989 1989
1990 void 1990 void
1991 syms_of_process (void) 1991 syms_of_process (void)
1992 { 1992 {
1993 INIT_LRECORD_IMPLEMENTATION (process);
1994
1993 defsymbol (&Qprocessp, "processp"); 1995 defsymbol (&Qprocessp, "processp");
1994 defsymbol (&Qprocess_live_p, "process-live-p"); 1996 defsymbol (&Qprocess_live_p, "process-live-p");
1995 defsymbol (&Qrun, "run"); 1997 defsymbol (&Qrun, "run");
1996 defsymbol (&Qstop, "stop"); 1998 defsymbol (&Qstop, "stop");
1997 defsymbol (&Qopen, "open"); 1999 defsymbol (&Qopen, "open");