comparison src/bytecode.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 de805c49cfc1
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
2408 2408
2409 2409
2410 void 2410 void
2411 syms_of_bytecode (void) 2411 syms_of_bytecode (void)
2412 { 2412 {
2413 INIT_LRECORD_IMPLEMENTATION (compiled_function);
2414
2413 deferror (&Qinvalid_byte_code, "invalid-byte-code", 2415 deferror (&Qinvalid_byte_code, "invalid-byte-code",
2414 "Invalid byte code", Qerror); 2416 "Invalid byte code", Qerror);
2415 defsymbol (&Qbyte_code, "byte-code"); 2417 defsymbol (&Qbyte_code, "byte-code");
2416 defsymbol (&Qcompiled_functionp, "compiled-function-p"); 2418 defsymbol (&Qcompiled_functionp, "compiled-function-p");
2417 2419