gambas3/gambas3-3.8.4-gcc-6.1.0-2.patch
Silvan Calarco 79da69493b update to 3.8.4
rebuilt by autoport with build requirements: libllvm-devel>=3.8.0-2mamba [release 3.8.4-1mamba;Sun May 29 2016]
2024-01-05 22:36:57 +01:00

12 lines
333 B
Diff

--- gambas3-3.8.4/main/share/gambas.h.fix 2015-12-15 13:24:50.959501153 -0500
+++ gambas3-3.8.4/main/share/gambas.h 2015-12-15 13:25:07.023387570 -0500
@@ -66,7 +66,7 @@
#endif
#if defined(__cplusplus) && !defined(__clang__)
- #define __null ((intptr_t)0)
+/* #define __null ((intptr_t)0) */
#else
#ifdef bool
#undef bool