#11 new defect
gccのキーワード、代替キーワードが現れるとエラーになる
| 報告者: | kominami | 担当者: | |
|---|---|---|---|
| 優先度: | major | マイルストーン: | |
| コンポーネント: | 未整理(旧) | バージョン: | |
| キーワード: | 関係者: |
詳細
gccのキーワード、代替キーワードが現れるとエラーになる
例:Linux(Fedora 7)の/usr/include/stdint.hでの定義
# if WORDSIZE == 64
typedef long int int64_t;
# else
extension
typedef long long int int64_t;
# endif
プリプロセス処理した結果
extension
typedef long long int int64_t;
関数プロトタイプ宣言中の引数の型にキーワード、代替キーワードが現れると、エラーになる
キーワードの例
attribute
extension
nothrow
const
nonnull
restrict
※ 詳しい使い方は TracTickets を参照してください。
![(please configure the [header_logo] section in trac.ini)](/python/trac/mypz/chrome/common/trac_logo_mini.png)