guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile debug.h


From: Marius Vollmer
Subject: guile/guile-core/libguile debug.h
Date: Thu, 24 May 2001 17:17:54 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/24 17:17:54

Modified files:
        guile-core/libguile: debug.h 

Log message:
        * eval.c (scm_debug_opts): New option `show-file-name'.
        * debug.h (SCM_SHOW_FILE_NAME): New.
        
        * debug.h (scm_lookup_cstr, scm_lookup_soft, scm_evstr):
        Prototypes removed since there's no definition for these
        functions.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/debug.h.diff?cvsroot=OldCVS&tr1=1.35&tr2=1.36&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/debug.h
diff -u guile/guile-core/libguile/debug.h:1.35 
guile/guile-core/libguile/debug.h:1.36
--- guile/guile-core/libguile/debug.h:1.35      Wed May 23 17:50:44 2001
+++ guile/guile-core/libguile/debug.h   Thu May 24 17:17:54 2001
@@ -84,7 +84,8 @@
 #define SCM_BACKTRACE_P                scm_debug_opts[10].val
 #define SCM_DEVAL_P            scm_debug_opts[11].val
 #define SCM_STACK_LIMIT                scm_debug_opts[12].val
-#define SCM_N_DEBUG_OPTIONS 13
+#define SCM_SHOW_FILE_NAME     scm_debug_opts[13].val
+#define SCM_N_DEBUG_OPTIONS 14
 
 extern SCM (*scm_ceval_ptr) (SCM exp, SCM env);
 
@@ -186,9 +187,6 @@
 
 
 
-extern SCM * scm_lookup_cstr (char *str, int len, SCM env);
-extern SCM * scm_lookup_soft (SCM var, SCM genv);
-extern SCM scm_evstr (char *str);
 extern SCM scm_eval_string (SCM str);
 extern int scm_ready_p (void);
 extern void debug_print (SCM obj);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]