This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
__GNUC__ is a better choice than __GCC__
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
pull/44/merge
Nobuhiro Iwamatsu
11 years ago
committed by
Paul J. Davis
parent
e25768b021
commit
2f984efb23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
c_src/double-conversion/utils.h
+ 1
- 1
c_src/double-conversion/utils.h
View File
@ -299,7 +299,7 @@ class StringBuilder {
/
/
PJD
:
4
-
24
-
2013
/
/
PJD
:
4
-
24
-
2013
/
/
/
/
#
if defined(__G
C
C__)
#
if defined(__G
NU
C__)
#
define UNUSED __attribute__((unused))
#
define UNUSED __attribute__((unused))
#
else
#
else
#
define UNUSED
#
define UNUSED
Write
Preview
Loading…
Cancel
Save