guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile coop-threads.c


From: Mikael Djurfeldt
Subject: guile/guile-core/libguile coop-threads.c
Date: Wed, 07 Mar 2001 18:45:39 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       01/03/07 18:45:39

Modified files:
        guile-core/libguile: coop-threads.c 

Log message:
        * coop-threads.c: Fixed change of 2001-03-06.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/coop-threads.c.diff?r1=1.26&r2=1.27

Patches:
Index: guile/guile-core/libguile/coop-threads.c
diff -u guile/guile-core/libguile/coop-threads.c:1.26 
guile/guile-core/libguile/coop-threads.c:1.27
--- guile/guile-core/libguile/coop-threads.c:1.26       Mon Mar  5 17:22:37 2001
+++ guile/guile-core/libguile/coop-threads.c    Wed Mar  7 18:45:39 2001
@@ -246,7 +246,7 @@
                handler,
                SCM_ARG2,
                s_call_with_new_thread);
-    if (!SCM_NULLP (SCM_CDR (args))
+    if (!SCM_NULLP (SCM_CDR (args)))
       SCM_WRONG_NUM_ARGS ();
   }
 



reply via email to

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