Discontinue HPUX support
This commit is contained in:
@@ -57,7 +57,7 @@ using namespace std;
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
#if !defined ( __STDC__) && !defined (hpux)
|
||||
#if !defined ( __STDC__)
|
||||
#define debug(s, x) s << "x" << " = " << (x) << "\n"
|
||||
#else
|
||||
#define debug(s, x) s << #x << " = " << (x) << "\n"
|
||||
|
||||
Reference in New Issue
Block a user