opnsense-ports/lang/scm/files/patch-eval.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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;