]> git.eshelyaron.com Git - emacs.git/commit
Avoid SAFE_ALLOCA in Fstring, Funibyte_string
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Apr 2020 01:26:21 +0000 (18:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Apr 2020 01:27:11 +0000 (18:27 -0700)
commite6b5cd0edacb5663859f6a6f93d82a0a4d486e83
treeff481dd6e0b51173ff7f026cb35f7ca5b9a26c23
parentc09457e6ed85da8bdc287851a05c4e3f95a44033
Avoid SAFE_ALLOCA in Fstring, Funibyte_string

* src/character.c (Fstring, Funibyte_string):
Redo to avoid the need for a temporary array allocation
and then a copying from that array to the destination.
src/character.c