]> git.eshelyaron.com Git - emacs.git/commit
Fix build for --enable-checking=structs
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 4 Jan 2021 13:09:40 +0000 (13:09 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Mon, 4 Jan 2021 13:15:15 +0000 (13:15 +0000)
commit56556b5f4d73d9c3683fa7573e6bd89f2ef37902
tree4a27e2be7c04d0fb81afb869426f6b4bd40735a8
parent4e80eb7b7ce76e02fa0b2b0fa66223f29e3f6bcd
Fix build for --enable-checking=structs

The last change to lisp.h only added comments in Lisp_String, so the
portable dumper need not be changed.

* src/pdumper.c (dump_string): Update hash for Lisp_String.
src/pdumper.c