daly / axiom

Axiom is a free, open source computer algebra system

This URL has Read+Write access

axiom / zips / gcl-2.6.1.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 2003-09-13 22:30:45.000000000 -0400
+++ main.c.tpd 2003-10-22 23:57:47.000000000 -0400
@@ -241,7 +241,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);