diff options
author | hansr <hk-git@circlestorm.org> | 2014-10-12 22:57:27 +0200 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-10-12 22:57:27 +0200 |
commit | 3f8e26e0b7605f49057b09d2eafce05511ce0c29 (patch) | |
tree | da90f7ed3e20d4b22e68f59a24c19d2ed7f160ec /deflate_quick.c | |
parent | f7e1e0130fb198fa2d4d62b8990d2ab205985b3f (diff) |
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
-Removing usage of OF() definition
Diffstat (limited to 'deflate_quick.c')
-rw-r--r-- | deflate_quick.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate_quick.c b/deflate_quick.c index ad97098..b481e48 100644 --- a/deflate_quick.c +++ b/deflate_quick.c @@ -17,7 +17,7 @@ #include <immintrin.h> extern void fill_window_sse(deflate_state *s); -extern void flush_pending OF((z_streamp strm)); +extern void flush_pending (z_streamp strm); local inline long compare258(z_const unsigned char *z_const src0, z_const unsigned char *z_const src1) |