This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

FYI: fixincludes fixes __scm.h




which means GCC makes its own private copy:

$ diff -u /usr/include/libguile/__scm.h include/libguile/__scm.h
--- /usr/include/libguile/__scm.h       Fri Sep 11 01:26:37 1998
+++ include/libguile/__scm.h    Thu Nov  4 08:38:55 1999
@@ -215,7 +215,7 @@
  * that all the state of the process is contained in the stack. 
  */
 
-#ifdef sparc
+#ifdef __sparc__
 # define SCM_FLUSH_REGISTER_WINDOWS asm("ta 3")
 #else
 # define SCM_FLUSH_REGISTER_WINDOWS /* empty */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]