mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
* alloc.c (allocate_string): Fix last change.
This commit is contained in:
parent
3fe6dd74d0
commit
43184b7b88
@ -1,3 +1,7 @@
|
|||||||
|
2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
|
||||||
|
|
||||||
|
* alloc.c (allocate_string): Fix last change.
|
||||||
|
|
||||||
2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
|
2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
|
||||||
|
|
||||||
* alloc.c (allocate_string): Remove two redundant calls
|
* alloc.c (allocate_string): Remove two redundant calls
|
||||||
|
@ -1962,7 +1962,6 @@ allocate_string (void)
|
|||||||
/* SIZE and SIZE_BYTE fields will be initialized
|
/* SIZE and SIZE_BYTE fields will be initialized
|
||||||
by calling allocate_string_data. */
|
by calling allocate_string_data. */
|
||||||
s->intervals = NULL_INTERVAL;
|
s->intervals = NULL_INTERVAL;
|
||||||
s->data = NULL;
|
|
||||||
|
|
||||||
--total_free_strings;
|
--total_free_strings;
|
||||||
++total_strings;
|
++total_strings;
|
||||||
|
Loading…
Reference in New Issue
Block a user