• Paul Eggert's avatar
    Pacify --enable-gcc-warnings for lib-src/pop.c · 4be1ab61
    Paul Eggert authored
    * 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.
    4be1ab61
pop.c 39.7 KB