daly / axiom

Axiom is a free, open source computer algebra system

This URL has Read+Write access

axiom / zips / gcl-2.6.2.o.main.c.patch
100644 13 lines (11 sloc) 0.352 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
--- main.c 2004-02-21 15:48:20.000000000 -0500
+++ main.c.tpd 2004-02-21 15:48:30.000000000 -0500
@@ -246,7 +246,8 @@
 
 #ifdef BSD
 #ifndef MAX_STACK_SIZE
-#define MAX_STACK_SIZE (1<<23) /* 8Mb */
+/* 20031022000 tpd Axiom stacks large objects */
+#define MAX_STACK_SIZE (1<<24) /* 16Mb */
 #endif
 #ifdef RLIMIT_STACK
  getrlimit(RLIMIT_STACK, &rl);