guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile gc_os_dep.c


From: Marius Vollmer
Subject: guile/guile-core/libguile gc_os_dep.c
Date: Thu, 15 Feb 2001 07:38:26 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/02/15 07:38:26

Modified files:
        guile-core/libguile: gc_os_dep.c 

Log message:
        Corrected indentation of new #if stuff.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/gc_os_dep.c.diff?r1=1.5&r2=1.6

Patches:
Index: guile/guile-core/libguile/gc_os_dep.c
diff -u guile/guile-core/libguile/gc_os_dep.c:1.5 
guile/guile-core/libguile/gc_os_dep.c:1.6
--- guile/guile-core/libguile/gc_os_dep.c:1.5   Tue Feb 13 10:37:19 2001
+++ guile/guile-core/libguile/gc_os_dep.c       Thu Feb 15 07:38:26 2001
@@ -1380,7 +1380,7 @@
 
 # if defined(LINUX) && !defined(POWERPC)
 
-#if 0 
+# if 0 
 #   include <linux/version.h>
 #   if (LINUX_VERSION_CODE <= 0x10400)
       /* Ugly hack to get struct sigcontext_struct definition.  Required  */
@@ -1390,9 +1390,10 @@
 #     define __KERNEL__
 #     include <asm/signal.h>
 #     undef __KERNEL__
-#endif
+#  endif
 
-#   else
+#  else
+
       /* Kernels prior to 2.1.1 defined struct sigcontext_struct instead of */
       /* struct sigcontext.  libc6 (glibc2) uses "struct sigcontext" in     */
       /* prototypes, so we have to include the top-level sigcontext.h to    */



reply via email to

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