]> git.eshelyaron.com Git - emacs.git/commit
Use c-ctype.h in lib-src
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Sep 2024 23:54:17 +0000 (16:54 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Sep 2024 10:50:15 +0000 (12:50 +0200)
commitb94f3ce38ccbd15f0d566e17a0267134699f6ceb
tree881ed73e91081393cc1f24b58f685e521205926b
parent515995b783c97a408201b3e2c7aaee2e9c2488f2
Use c-ctype.h in lib-src

This fixes some unlikely bugs and removes the temptation
of using ctype.h.  Although some uses were correct,
many weren't.
* lib-src/ebrowse.c: Include c-ctype.h, not ctype.h.
* lib-src/emacsclient.c: Include c-ctype.h, not ctype.h.
* lib-src/update-game-score.c: Include c-ctype.h, not ctype.h.
All uses changed.

(cherry picked from commit 865b54e2acea4fdaa3f302ed225f50281b371d6e)
lib-src/emacsclient.c
lib-src/update-game-score.c