aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/zlib
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-02-04 15:04:24 +0100
committerBjörn Gustavsson <[email protected]>2014-02-04 17:09:01 +0100
commit21f2d57e5f7919d468fe89e38c52f978e15c1dfc (patch)
treed3e489527bc6dbc45e2d48813381cb1aa8410a08 /erts/emulator/zlib
parenteec1d22c5aef21ad4606c79465084bbff46d42ee (diff)
downloadotp-21f2d57e5f7919d468fe89e38c52f978e15c1dfc.tar.gz
otp-21f2d57e5f7919d468fe89e38c52f978e15c1dfc.tar.bz2
otp-21f2d57e5f7919d468fe89e38c52f978e15c1dfc.zip
gzio.c: Remove unnecessary usage of the OF() macro
Daniel Goertzen reported that commit 8a147a7365 broke building of Erlang/OTP on Gentoo Linux because the macro OF() was missing. Apparently, on Gentoo the OF() macro in zconf.h has been renamed to _Z_OF() (to avoid polluting the global namespace). Don't use the OF() macro in gzio.c since it no longer serves any useful purpose (it provided compatibility with pre-ANSI/ISO C compilers, but the rest of Erlang/OTP requires an ANSI/ISO C compiler anyway).
Diffstat (limited to 'erts/emulator/zlib')
0 files changed, 0 insertions, 0 deletions