diff options
| -rw-r--r-- | doc/extension.ja.rdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/extension.ja.rdoc b/doc/extension.ja.rdoc index b768733365..961bcde56c 100644 --- a/doc/extension.ja.rdoc +++ b/doc/extension.ja.rdoc @@ -1774,9 +1774,9 @@ check_sizeof(type, header) :: `SIZEOF_{TYPE}` を定義し,そのサイズを返す.定義されていな いときはnilを返す. -append_cppflags(array-of-flags[, opt]) -append_cflags(array-of-flags[, opt]) -append_ldflags(array-of-flags[, opt]) +append_cppflags(array-of-flags[, opt]) :: +append_cflags(array-of-flags[, opt]) :: +append_ldflags(array-of-flags[, opt]) :: 各flagが使用可能であれば,それぞれ$CPPFLAGS, $CFLAGS, $LDFLAGSに追加する.コンパイラのフラグには移植性がないので, |
