[parrot/parrot] fdd0ca: [GH #844] Make gziphandle C++ safe
GitHub
noreply at github.com
Tue Sep 25 15:29:06 UTC 2012
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: fdd0ca3cc18c7e79858e53ce5ba26bf94ef655c0
https://github.com/parrot/parrot/commit/fdd0ca3cc18c7e79858e53ce5ba26bf94ef655c0
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-25 (Tue, 25 Sep 2012)
Changed paths:
M src/dynpmc/gziphandle.pmc
Log Message:
-----------
[GH #844] Make gziphandle C++ safe
Wrap #include <zlib.h> into PMC_HEADER_PREAMBLE to be able to use
ATTR gzFile file. This is now C++ safe and clang++ compiles fine.
More information about the parrot-commits
mailing list