summaryrefslogtreecommitdiff
path: root/gzlib.c
diff options
context:
space:
mode:
authorhansr <hk-git@circlestorm.org>2014-10-12 22:57:27 +0200
committerhansr <hk-git@circlestorm.org>2014-10-12 22:57:27 +0200
commit3f8e26e0b7605f49057b09d2eafce05511ce0c29 (patch)
treeda90f7ed3e20d4b22e68f59a24c19d2ed7f160ec /gzlib.c
parentf7e1e0130fb198fa2d4d62b8990d2ab205985b3f (diff)
downloadProject-Tick-3f8e26e0b7605f49057b09d2eafce05511ce0c29.tar.gz
Project-Tick-3f8e26e0b7605f49057b09d2eafce05511ce0c29.zip
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
-Removing usage of OF() definition
Diffstat (limited to 'gzlib.c')
-rw-r--r--gzlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gzlib.c b/gzlib.c
index 68ed4a6001..59aed4c71d 100644
--- a/gzlib.c
+++ b/gzlib.c
@@ -16,8 +16,8 @@
#endif
/* Local functions */
-local void gz_reset OF((gz_statep));
-local gzFile gz_open OF((const void *, int, const char *));
+local void gz_reset (gz_statep);
+local gzFile gz_open (const void *, int, const char *);
#if defined UNDER_CE