attribue 에러..
글쓴이: chxooi / 작성시간: 수, 2009/06/24 - 5:59오후
아래 구조체를 이용해서
typedef struct batom_vec {
void *base;
uint16_t len;
bool dirty;
uint8_t unused_flags;
} batom_vec;
util.h 에 아래처럼 정의했습니다.
extern const batom_vec bbbb_vec_type;
그런데 컴파일하는데 아래와 같은 에러가 납니다.
util.h:108: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bbbb_vec_type'
모가 잘못된것일까요?
Forums:
댓글 달기