소스 검색

* Only use __attribute__((__deprecated__)) with gcc >= 3.x.

tags/v0.99.beta14
Sam Hocevar sam 17 년 전
부모
커밋
d0973a09dc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      cucul/cucul.h

+ 2
- 2
cucul/cucul.h 파일 보기

@@ -257,8 +257,8 @@ char const * const * cucul_get_export_list(void);
#if !defined(_DOXYGEN_SKIP_ME)
/* Legacy stuff from beta versions, will probably disappear in 1.0 */
typedef struct cucul_buffer cucul_buffer_t;
# ifdef __GNUC__
# define CUCUL_DEPRECATED __attribute__ ((deprecated))
# if defined __GNUC__ && __GNUC__ >= 3
# define CUCUL_DEPRECATED __attribute__ ((__deprecated__))
# else
# define CUCUL_DEPRECATED
# endif


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