diff src/mule-charset.c @ 5120:d1247f3cc363 ben-lisp-object

latest work on lisp-object workspace; more changes eliminating LCRECORD in place of LISP_OBJECT; now compiles and runs.
author Ben Wing <ben@xemacs.org>
date Mon, 28 Dec 2009 01:15:52 -0600
parents d877c14318b3
children 623d57b7fbe8
line wrap: on
line diff
--- a/src/mule-charset.c	Sat Dec 26 21:22:48 2009 -0600
+++ b/src/mule-charset.c	Mon Dec 28 01:15:52 2009 -0600
@@ -1001,7 +1001,7 @@
 {
   struct Lisp_Charset *c = XCHARSET (charset);
   xzero (*stats);
-  stats->other   += LISPOBJ_STORAGE_SIZE (c, sizeof (*c), ovstats);
+  stats->other   += LISP_OBJECT_STORAGE_SIZE (c, sizeof (*c), ovstats);
   stats->from_unicode += compute_from_unicode_table_size (charset, ovstats);
   stats->to_unicode += compute_to_unicode_table_size (charset, ovstats);
 }