在glib的regex_internal.h文件中有這么幾行:
#ifdef __GNUC__
# define __attribute __attribute__
#else
# define __attribute
#endif
原來兩個是一會事呀,在看gtk源碼時可費了半天勁
C++&&Linux做自己喜歡的事情 |
常用鏈接留言簿(18)我參與的團隊隨筆分類隨筆檔案文章檔案相冊搜索最新評論
閱讀排行榜評論排行榜 |
在glib的regex_internal.h文件中有這么幾行:
|