From: Taylor R Campbell Date: Mon, 30 Sep 2013 20:07:42 +0000 (+0000) Subject: Use , not , on Linux. X-Git-Tag: release-9.2.0~101 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=96ffae5fad6d6c3bec56f935cfff18fe1ced1792;p=mit-scheme.git Use , not , on Linux. --- diff --git a/src/microcode/uxtrap.h b/src/microcode/uxtrap.h index 8e8f53ac5..8d2705f9c 100644 --- a/src/microcode/uxtrap.h +++ b/src/microcode/uxtrap.h @@ -530,7 +530,7 @@ struct full_sigcontext #ifdef __linux__ -# include +# include /* This isn't really the right test: what we really want to know is if the kernel supports the newer signal-delivery mechanism. */