source:
scripts/untested/blfs-patches/glib-1.2.10-gcc34-1.patch@
662fbfc
Last change on this file since 662fbfc was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 821 bytes |
-
gstrfuncs.c
Submitted By: Uwe Düffert (lfs at uwe-dueffert dot de) Date: 2004-05-15 Initial Package Version: 1.2.10 Origin: self-created, http://www.uwe-dueffert.de/lfs/ownpatches/glib-1.2.10-gcc34-1.patch Upstream Status: not reported Description: fix compilation of glib1 with gcc34 $LastChangedBy: bdubbs $ $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $ diff -Naur glib-1.2.10.orig/gstrfuncs.c glib-1.2.10/gstrfuncs.c
old new 47 47 * inteferes with g_strsignal() on some OSes 48 48 */ 49 49 50 #define G_GNUC_PRETTY_FUNCTION 51 50 52 typedef union _GDoubleIEEE754 GDoubleIEEE754; 51 53 #define G_IEEE754_DOUBLE_BIAS (1023) 52 54 /* multiply with base2 exponent to get base10 exponent (nomal numbers) */
Note:
See TracBrowser
for help on using the repository browser.