Mercurial > hg > xemacs-beta
comparison src/alloc.c @ 3514:8b1d806afbb3
[xemacs-hg @ 2006-07-18 15:01:27 by crestani]
2006-07-18 Marcus Crestani <crestani@xemacs.org>
* alloc.c: Fix typo in string_direct_data_description.
author | crestani |
---|---|
date | Tue, 18 Jul 2006 15:01:30 +0000 |
parents | fd2936bbfc5f |
children | 80cd90837ac5 |
comparison
equal
deleted
inserted
replaced
3513:a1385d1f5d36 | 3514:8b1d806afbb3 |
---|---|
2376 string_plist, | 2376 string_plist, |
2377 Lisp_String); | 2377 Lisp_String); |
2378 | 2378 |
2379 | 2379 |
2380 static const struct memory_description string_direct_data_description[] = { | 2380 static const struct memory_description string_direct_data_description[] = { |
2381 { XD_BYTECOUNT, offsetof (Lisp_String_Indirect_Data, size) }, | 2381 { XD_BYTECOUNT, offsetof (Lisp_String_Direct_Data, size) }, |
2382 { XD_END } | 2382 { XD_END } |
2383 }; | 2383 }; |
2384 | 2384 |
2385 static Bytecount | 2385 static Bytecount |
2386 size_string_direct_data (const void *lheader) | 2386 size_string_direct_data (const void *lheader) |