aboutsummaryrefslogtreecommitdiffstats
path: root/lang/scm/files/patch-eval.c
blob: 1be97bf07d289b0c08a373e79055cc3c7e4a6141 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- eval.c.orig Sun Dec 12 18:26:23 2004
+++ eval.c  Sun Dec 12 18:26:53 2004
@@ -2051,7 +2051,7 @@
 #ifdef GCC_SPARC_BUG
   SCM arg1;
 #else
-  struct {SCM arg_1;} t;
+  volatile struct {SCM arg_1;} t;
 # define arg1 t.arg_1
 #endif
   SCM arg2, arg3, proc;