forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
258 B
C
11 lines
258 B
C
--- 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;
|