commented out extern C declarations for Tru64

[SVN r30063]
This commit is contained in:
Jonathan Turkanis
2005-07-13 19:17:35 +00:00
parent 1b67b3b5a1
commit c7cde64581
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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