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

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

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

revision 1.97 by dirk, Mon Apr 21 13:33:48 2003 UTC revision 1.98 by dirk, Mon Apr 21 14:39:37 2003 UTC
# Line 256  Line 256 
256  #define SCM_DEBUG_TYPING_STRICTNESS 1  #define SCM_DEBUG_TYPING_STRICTNESS 1
257  #endif  #endif
258    
259    /* If SCM_DEBUG_DEBUGGER_SUPPORT is set to 1, guile will provide a set of
260     * special functions that support debugging with a debugger like gdb.  The
261     * behaviour of guile is not changed by this macro, only the set of functions
262     * that are available will differ.  All functions that are introduced this way
263     * have the prefix 'scm_dbg_'.  This allows to easily determine the set of
264     * support functions, given that your debugger provides automatic name
265     * completion.  Note that these functions are intended to be used during
266     * interactive debugging sessions only.  They are not considered part of
267     * guile's official API.  They may change or disappear without notice or
268     * deprecation phase.
269     */
270    #ifndef SCM_DEBUG_DEBUGGER_SUPPORT
271    #define SCM_DEBUG_DEBUGGER_SUPPORT SCM_DEBUG
272    #endif
273    
274    
275    
276  /* {Feature Options}  /* {Feature Options}

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98

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