• Ken Raeburn's avatar
    Use getc_unlocked. · efe200c1
    Ken Raeburn authored
    * configure.ac: Check for getc_unlocked.
    * src/charset.c (read_hex, load_charset_map_from_file): Use
    getc_unlocked instead of getc.
    (getc_unlocked) [!HAVE_GETC_UNLOCKED]: Fall back to getc.
    * src/lread.c (readbyte_from_file, Fget_file_char, read1,
    getc_unlocked): Likewise.
    efe200c1
lread.c 145 KB