aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jamvm/jamvm/jamvm-1.3.1-size-defaults.patch
blob: a41beee98229e2cd643d9ac64001f6fe812ced05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- jamvm-1.3.1.orig/src/jam.h	2005-07-17 23:53:34.000000000 +0200
+++ jamvm-1.3.1/src/jam.h	2005-07-17 23:54:17.000000000 +0200
@@ -548,7 +548,9 @@
 #endif
 
 /* default size of the Java stack */
+#ifndef DEFAULT_STACK
 #define DEFAULT_STACK 64*KB
+#endif
 
 /* size of emergency area - big enough to create
    a StackOverflow exception */