summaryrefslogtreecommitdiff
path: root/demos/pexpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/pexpr.c')
-rw-r--r--demos/pexpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/pexpr.c b/demos/pexpr.c
index 16d0e8ec4..34f5cbbda 100644
--- a/demos/pexpr.c
+++ b/demos/pexpr.c
@@ -59,7 +59,7 @@ Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "gmp.h"
-/* SunOS 4 doesn't define a canonical SIGSTKSZ, provide a default. */
+/* SunOS 4 and HPUX 9 don't define a canonical SIGSTKSZ, use a default. */
#ifndef SIGSTKSZ
#define SIGSTKSZ 4096
#endif