Discontinue HPUX support
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
#define desc_print3(s, n, x) s << " " << n << "=" << (x) << ":\\" << endl
|
||||
#define desc_print_end3(s, n, x) s << " " << n << "=" << (x) << endl
|
||||
|
||||
#if !defined ( __STDC__) && !defined (hpux)
|
||||
#if !defined ( __STDC__)
|
||||
#define desc_print(s, x) s << " " << "x" << "=" << (x) << ":\\\n"
|
||||
#define desc_print_end(s, x) s << " " << "x" << "=" << (x) << "\n"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user