python/manuel: update to 1.13.0
[oi-userland.git] / components / runtime / clisp / patches / lispbibl.d.patch
blob805cf498405c0dc9432cdba4bbe22ca8d8182579
1 --- src.orig/lispbibl.d Mon Feb 23 14:07:14 2009
2 +++ src/lispbibl.d Mon Feb 23 14:07:49 2009
3 @@ -596,7 +596,7 @@
4 Likewise for gcc-4.3-20080215 and probably future versions of GCC as well.
5 Therefore for these versions of gcc enable the global register variables
6 only when USE_GCC_REGISTER_VARIABLES is explicitly defined. */
7 -#if defined(GNU) && !(__APPLE_CC__ > 1) && !defined(__cplusplus) && !(__GNUC__ == 3 && (__GNUC_MINOR__ < 3 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 4))) && !(((__GNUC__ == 4 && __GNUC_MINOR__ >= 2) || __GNUC__ > 4) && !defined(USE_GCC_REGISTER_VARIABLES)) && !defined(MULTITHREAD) && (SAFETY < 2) && !defined(USE_JITC)
8 +#if defined(GNU) && !(__APPLE_CC__ > 1) && !defined(__cplusplus) && !(__GNUC__ == 3 && (__GNUC_MINOR__ < 5 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 4))) && !(((__GNUC__ == 4 && __GNUC_MINOR__ >= 2) || __GNUC__ > 4) && !defined(USE_GCC_REGISTER_VARIABLES)) && !defined(MULTITHREAD) && (SAFETY < 2) && !defined(USE_JITC)
9 /* Overview of use of registers in gcc terminology:
10 fixed: mentioned in FIXED_REGISTERS
11 used: mentioned in CALL_USED_REGISTERS but not FIXED_REGISTERS