]> git.eshelyaron.com Git - emacs.git/commit
Mark the return value from strerror as a constant
authorPhilipp Klaus Krause <pkk@spth.de>
Wed, 14 Oct 2020 04:19:33 +0000 (06:19 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 14 Oct 2020 04:19:33 +0000 (06:19 +0200)
commit14e00d95c4edb724bd12357e37dd443d785c1170
treeda8b996668920e89e0e055b76718c6d698579e14
parentf256687bd4f0de8a09c1372ecf0bef917ff56277
Mark the return value from strerror as a constant

* src/emacs.c (main): Mark the return from strerror as a constant,
since it shouldn't be changed (bug#43982).

* lib-src/movemail.c (pfatal_and_delete): Ditto.

Copyright-paperwork-exempt: yes
lib-src/movemail.c
src/emacs.c