Mercurial > emacs
comparison src/alloc.c @ 14764:26224976a917
(struct string_block_head): Change to match string_block.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Wed, 06 Mar 1996 04:37:18 +0000 |
| parents | 5970a52070bb |
| children | f2b5d784fa88 |
comparison
equal
deleted
inserted
replaced
| 14763:27bcf4090165 | 14764:26224976a917 |
|---|---|
| 1012 #define STRING_BLOCK_OUTSIZE 1024 | 1012 #define STRING_BLOCK_OUTSIZE 1024 |
| 1013 | 1013 |
| 1014 struct string_block_head | 1014 struct string_block_head |
| 1015 { | 1015 { |
| 1016 struct string_block *next, *prev; | 1016 struct string_block *next, *prev; |
| 1017 int pos; | 1017 EMACS_INT pos; |
| 1018 }; | 1018 }; |
| 1019 | 1019 |
| 1020 struct string_block | 1020 struct string_block |
| 1021 { | 1021 { |
| 1022 struct string_block *next, *prev; | 1022 struct string_block *next, *prev; |
