*参照元 [#s592930b]
#backlinks

*説明 [#vc5e0e42]
-パス: [[gcc-8.3/gcc/coretypes.h]]

-FIXME: これは何?
--説明


**参考 [#ze7639e1]


*実装 [#h37f7a16]
 #ifndef USED_FOR_TARGET
 
 //...
 
 typedef const struct rtx_def *const_rtx;
 
-
--[[gcc-8.3/gcc/rtx_def]]

 
 #else
 
 struct _dont_use_rtx_here_;
 
 //...
 
 #define const_rtx struct _dont_use_rtx_here_ *
 
 //...
 
 #endif 
 #endif


*コメント [#m51b28e5]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS