summaryrefslogtreecommitdiff
path: root/lang/qscheme/files/patch-sproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qscheme/files/patch-sproto.h')
-rw-r--r--lang/qscheme/files/patch-sproto.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/qscheme/files/patch-sproto.h b/lang/qscheme/files/patch-sproto.h
new file mode 100644
index 000000000000..bf9be15d530c
--- /dev/null
+++ b/lang/qscheme/files/patch-sproto.h
@@ -0,0 +1,11 @@
+--- sproto.h.orig 2000-06-23 03:10:23.000000000 +0400
++++ sproto.h 2009-04-01 20:17:48.000000000 +0400
+@@ -619,7 +619,7 @@
+ void scm_dump_env (SOBJ e );
+ void scm_vmfunc_mark (SOBJ obj );
+ void scm_vmfunc_sweep (SOBJ obj );
+-inline void scm_vm_move_stack (SOBJ *dst , SOBJ *src , int nitems );
++void scm_vm_move_stack (SOBJ *dst , SOBJ *src , int nitems );
+ void scm_vm (SCM_VMD *vm );
+ void scm_engine_init PROTO ((void));
+ SOBJ scm_run_engine (SOBJ *ip );