Mercurial > hg > xemacs-beta
comparison src/eval.c @ 2551:9f70af3ac939
[xemacs-hg @ 2005-02-03 16:14:02 by james]
Commit Olivier Galibert's dumper updates for bignums and use them.
See xemacs-patches message with ID <ps8y685c6p.fsf@diannao.ittc.ku.edu>.
author | james |
---|---|
date | Thu, 03 Feb 2005 16:14:08 +0000 |
parents | 989a7680c221 |
children | 166ed8151e62 |
comparison
equal
deleted
inserted
replaced
2550:317f30471f4e | 2551:9f70af3ac939 |
---|---|
427 write_c_string (printcharfun, name); | 427 write_c_string (printcharfun, name); |
428 write_c_string (printcharfun, trailer); | 428 write_c_string (printcharfun, trailer); |
429 } | 429 } |
430 | 430 |
431 static const struct memory_description subr_description[] = { | 431 static const struct memory_description subr_description[] = { |
432 { XD_DOC_STRING, offsetof (Lisp_Subr, doc), 0, 0, XD_FLAG_NO_KKCC }, | 432 { XD_DOC_STRING, offsetof (Lisp_Subr, doc), 0, { 0 }, XD_FLAG_NO_KKCC }, |
433 { XD_END } | 433 { XD_END } |
434 }; | 434 }; |
435 | 435 |
436 DEFINE_BASIC_LRECORD_IMPLEMENTATION ("subr", subr, | 436 DEFINE_BASIC_LRECORD_IMPLEMENTATION ("subr", subr, |
437 1, /*dumpable-flag*/ | 437 1, /*dumpable-flag*/ |