]> git.eshelyaron.com Git - emacs.git/commit
Pacify --enable-gcc-warnings for lib-src/pop.c
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Aug 2016 08:56:51 +0000 (01:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Aug 2016 08:57:10 +0000 (01:57 -0700)
commit4be1ab61f4c1784f6870a5d53185bb0a6d9c5312
tree80dd25e81b3874925eca7a3f72836bc9d4a4c662
parenta1a777ffdf13afebca24793ded469b3cf0e76290
Pacify --enable-gcc-warnings for lib-src/pop.c

* lib-src/pop.c: Include c-ctype.h.
(socket_connection): Pacify --enable-gcc-warnings by rewriting to
avoid 'if (v = E) ...'.  Use c_tolower, instead of a combination
of the (undeclared) isupper and tolower.  Fix pointer constness
problem.
lib-src/pop.c