소스 검색

__GNUC__ is a better choice than __GCC__

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
pull/44/head
Nobuhiro Iwamatsu 12 년 전
부모
커밋
f5f5e53f50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      c_src/double-conversion/utils.h

+ 1
- 1
c_src/double-conversion/utils.h 파일 보기

@ -299,7 +299,7 @@ class StringBuilder {
// PJD: 4-24-2013
//
#if defined(__GCC__)
#if defined(__GNUC__)
#define UNUSED __attribute__((unused))
#else
#define UNUSED

불러오는 중...
취소
저장