]> git.eshelyaron.com Git - emacs.git/commit
Reject attempts to clear pure strings
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 May 2020 00:17:46 +0000 (17:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 May 2020 00:24:35 +0000 (17:24 -0700)
commitc5eafccc9d2a32ef422060e50533b36292bdcc01
tree895fdec0566fea0f1b94ac54dc2051f65eae925c
parent06fe322c8d7123edea0759a7aa12051f4e676376
Reject attempts to clear pure strings

* src/fns.c (Ffillarray, Fclear_string):
Add CHECK_IMPURE here, to be consistent with Faset etc.
(Ffillarray): Prefer memset when the fill is a single byte.
src/fns.c