/[guile]/guile/guile-core/libguile/stackchk.h
ViewVC logotype

Diff of /guile/guile-core/libguile/stackchk.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by mvo, Sat Apr 5 19:10:22 2003 UTC revision 1.17 by dirk, Sun Apr 20 07:19:38 2003 UTC
# Line 25  Line 25 
25  #include "libguile/__scm.h"  #include "libguile/__scm.h"
26    
27  #include "libguile/continuations.h"  #include "libguile/continuations.h"
 #ifdef DEBUG_EXTENSIONS  
28  #include "libguile/debug.h"  #include "libguile/debug.h"
29  #endif  
30    
31    
32  /* With debug extensions we have the possibility to use the debug options  /* With debug options we have the possibility to disable stack checking.
  * to disable stack checking.  
33   */   */
 #ifdef DEBUG_EXTENSIONS  
34  #define SCM_STACK_CHECKING_P SCM_STACK_LIMIT  #define SCM_STACK_CHECKING_P SCM_STACK_LIMIT
 #else  
 /* *fixme* This option should be settable also without debug extensions. */  
 #define SCM_STACK_LIMIT 100000  
 #define SCM_STACK_CHECKING_P 1  
 #endif  
35    
36  #ifdef STACK_CHECKING  #ifdef STACK_CHECKING
37  # if SCM_STACK_GROWS_UP  # if SCM_STACK_GROWS_UP

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26