mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-21 15:12:25 +00:00
commented out extern C declarations for Tru64
[SVN r30063]
This commit is contained in:
@@ -45,12 +45,12 @@ namespace bzip2 {
|
||||
|
||||
// Typedefs.
|
||||
|
||||
extern "C" {
|
||||
//extern "C" {
|
||||
|
||||
typedef void* (*alloc_func)(void*, int, int);
|
||||
typedef void (*free_func)(void*, void*);
|
||||
|
||||
} // End extern "C".
|
||||
//} // End extern "C".
|
||||
|
||||
// Status codes
|
||||
|
||||
|
||||
@@ -46,12 +46,12 @@ typedef unsigned int uint;
|
||||
typedef unsigned char byte;
|
||||
typedef unsigned long ulong;
|
||||
|
||||
extern "C" {
|
||||
//extern "C" {
|
||||
|
||||
typedef void* (*alloc_func)(void*, zlib::uint, zlib::uint);
|
||||
typedef void (*free_func)(void*, void*);
|
||||
|
||||
} // End extern "C".
|
||||
//} // End extern "C".
|
||||
|
||||
// Compression levels
|
||||
|
||||
|
||||
Reference in New Issue
Block a user