]> git.eshelyaron.com Git - emacs.git/commit
Do not worry about whether locale.h is includable
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Jun 2024 23:20:42 +0000 (00:20 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 1 Jul 2024 07:49:31 +0000 (09:49 +0200)
commit3307df444410797b97f5026424a7e6cec18de07c
tree86c5e2b0b9f0091e289e4dd803110fec77df7daf
parenta5b127b8bc19524a137047a700621e8cee7b7269
Do not worry about whether locale.h is includable

* src/emacs.c, src/lread.c, src/sysdep.c: Remove preconditions
from including locale.h.  It was standardized in C89, is universal
now, and some code already assumes it.

(cherry picked from commit d2b847d2911218380d1640dea81d6e72d4a7dc7c)
src/emacs.c
src/lread.c
src/sysdep.c