Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/bytecode.c Mon Aug 13 11:13:33 2007 +0200 +++ b/src/bytecode.c Mon Aug 13 11:14:34 2007 +0200 @@ -2410,6 +2410,8 @@ void syms_of_bytecode (void) { + INIT_LRECORD_IMPLEMENTATION (compiled_function); + deferror (&Qinvalid_byte_code, "invalid-byte-code", "Invalid byte code", Qerror); defsymbol (&Qbyte_code, "byte-code");