acb117b69f
checked in (request 43037) OBS-URL: https://build.opensuse.org/request/show/43037 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=12
15 lines
553 B
Diff
15 lines
553 B
Diff
Index: ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in
|
|
===================================================================
|
|
--- ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in.orig
|
|
+++ ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in
|
|
@@ -22,4 +22,9 @@ extern __TR_function trampoline_r_addres
|
|
extern void* trampoline_r_data0 (void*);
|
|
extern void* trampoline_r_data1 (void*);
|
|
|
|
+/* http://article.gmane.org/gmane.lisp.clisp.general/7485 */
|
|
+#ifndef MAP_VARIABLE
|
|
+# define MAP_VARIABLE 0
|
|
+#endif
|
|
+
|
|
#endif /* _TRAMPOLINE_R_H */
|