mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-31 15:00:28 +00:00
Give Emacs another performance boost
This commit is contained in:
parent
5b42c810a5
commit
9c7b81ee0f
30 changed files with 253 additions and 102 deletions
4
third_party/zlib/gz/gzread.c
vendored
4
third_party/zlib/gz/gzread.c
vendored
|
@ -452,8 +452,8 @@ z_size_t ZEXPORT gzfread(buf, size, nitems, file)
|
|||
# undef z_gzgetc
|
||||
#else
|
||||
# undef gzgetc
|
||||
# ifdef Z_CR_PREFIX_SET
|
||||
# define gzgetc Cr_z_gzgetc
|
||||
# ifdef Z_COSMO_PREFIX_SET
|
||||
# define gzgetc __gzgetc
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue