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
commit
2f984efb23
1 changed files with 1 additions and 1 deletions
  1. +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(__GCC__)
#if defined(__GNUC__)
#define UNUSED __attribute__((unused)) #define UNUSED __attribute__((unused))
#else #else
#define UNUSED #define UNUSED

Loading…
Cancel
Save