]> git.pld-linux.org Git - packages/Regina.git/blob - Regina-gci_convert.patch
- wrapper using proper encoding
[packages/Regina.git] / Regina-gci_convert.patch
1 --- gci/gci_convert.linux.86_64~        2007-09-16 07:21:51.000000000 +0200
2 +++ gci/gci_convert.linux.86_64 2008-01-18 16:02:37.890489267 +0100
3 @@ -57,8 +57,8 @@
4  
5  #if 0
6  
7 -             AMD's Opteron uses argument passing on the floating point unit
8 -             which isn't supported by GCI!
9 +//             AMD's Opteron uses argument passing on the floating point unit
10 +//             which isn't supported by GCI!
11  
12  #define GCI_Fr        strtold
13  #define GCI_Fw(s,v)   sprintf( s, "%.*LE", LDBL_MANT_DIG/3, v )
14 --- gci/gci_convert.linux.alpha~        2007-09-16 07:21:51.000000000 +0200
15 +++ gci/gci_convert.linux.alpha 2008-01-19 01:54:14.000000000 +0100
16 @@ -57,9 +57,9 @@
17  
18  #if 0
19  
20 -             Alpha uses an alternate method for passing floating point values
21 -             in opposite to integer values.
22 -             This isn't supported by GCI!
23 +//             Alpha uses an alternate method for passing floating point values
24 +//             in opposite to integer values.
25 +//             This isn't supported by GCI!
26  
27  #define GCI_Fr        strtod
28  #define GCI_Fw(s,v)   sprintf( s, "%.*lE", LDBL_MANT_DIG/3, v )
This page took 0.134112 seconds and 3 git commands to generate.