guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile tags.h


From: Marius Vollmer
Subject: guile/guile-core/libguile tags.h
Date: Mon, 26 Mar 2001 14:36:56 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/03/26 14:36:56

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

Log message:
        * tags.h (SCM_IM_CALL_WITH_VALUES): New isym.
        * eval.c (scm_m_at_call_with_values, scm_sym_at_call_with_values):
        New.
        (unmemocopy, scm_ceval, scm_deval): Handle new isym.
        * eval.h (scm_sym_at_call_with_values, scm_m_at_call_with_values):
        New delcarations to support above change.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/tags.h.diff?r1=1.74&r2=1.75

Patches:
Index: guile/guile-core/libguile/tags.h
diff -u guile/guile-core/libguile/tags.h:1.74 
guile/guile-core/libguile/tags.h:1.75
--- guile/guile-core/libguile/tags.h:1.74       Sat Feb  3 04:26:38 2001
+++ guile/guile-core/libguile/tags.h    Mon Mar 26 14:36:56 2001
@@ -477,6 +477,7 @@
 #define SCM_IM_BIND            SCM_MAKISYM (31)
 
 #define SCM_IM_DELAY           SCM_MAKISYM (32)
+#define SCM_IM_CALL_WITH_VALUES SCM_MAKISYM (33)
 
 /* When a variable is unbound this is marked by the SCM_UNDEFINED
  * value.  The following is an unbound value which can be handled on



reply via email to

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