Upgrade to Compress::Zlib 1.38
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / Zlib.xs
index 5162f1e..ed3fb48 100644 (file)
@@ -1,7 +1,7 @@
 /* Filename: Zlib.xs
  * Author  : Paul Marquess, <pmqs@cpan.org>
  * Created : 30 January 2005
- * Version : 1.35
+ * Version : 1.38
  *
  *   Copyright (c) 1995-2005 Paul Marquess. All rights reserved.
  *   This program is free software; you can redistribute it and/or
 #    define newSVuv    newSViv
 #endif
 
+#ifndef dTHX
+#   define dTHX
+#endif
+
 typedef struct di_stream {
     z_stream stream;
     uLong    bufsize;