Index: head/lang/guile/files/patch-libguile___scm.h =================================================================== --- head/lang/guile/files/patch-libguile___scm.h (revision 81926) +++ head/lang/guile/files/patch-libguile___scm.h (revision 81927) @@ -1,12 +1,12 @@ ---- libguile/__scm.h.orig Thu May 22 22:07:27 2003 -+++ libguile/__scm.h Thu May 22 21:03:18 2003 +--- libguile/__scm.h.orig Sat Apr 12 14:16:08 2003 ++++ libguile/__scm.h Sun Jun 1 16:32:36 2003 @@ -354,7 +354,8 @@ * that all the state of the process is contained in the stack. */ --#if (defined (sparc) || defined (__sparc__) || defined (__sparc)) +-#if defined (sparc) || defined (__sparc__) || defined (__sparc) +#if (defined (sparc) || defined (__sparc__) || defined (__sparc)) && \ -+ !defined(__FreeBSD__) ++ (!defined(__FreeBSD__)) # define SCM_FLUSH_REGISTER_WINDOWS asm("ta 3") #else # define SCM_FLUSH_REGISTER_WINDOWS /* empty */ Property changes on: head/lang/guile/files/patch-libguile___scm.h ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property