mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t3
This commit is contained in:
4
zmath.h
4
zmath.h
@@ -577,7 +577,7 @@ typedef struct {
|
||||
*/
|
||||
#if FULL_BITS == 64
|
||||
|
||||
# if defined(__STDC__) && __STDC__ != 0
|
||||
# if (defined(__STDC__) && __STDC__ != 0) || defined(__cplusplus)
|
||||
# define HVAL(a,b) (HALF)(0x ## a ## b)
|
||||
# else
|
||||
# define HVAL(a,b) (HALF)(0x/**/a/**/b)
|
||||
@@ -585,7 +585,7 @@ typedef struct {
|
||||
|
||||
#elif 2*FULL_BITS == 64
|
||||
|
||||
# if defined(__STDC__) && __STDC__ != 0
|
||||
# if (defined(__STDC__) && __STDC__ != 0) || defined(__cplusplus)
|
||||
# define HVAL(a,b) (HALF)0x##b, (HALF)0x##a
|
||||
# else
|
||||
/* NOTE: Due to a SunOS cc bug, don't put spaces in the HVAL call! */
|
||||
|
Reference in New Issue
Block a user