Skip to content

Commit 19e1eb5

Browse files
committed
Tweak by review
1 parent e107fb7 commit 19e1eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/develop.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Vimのソースコードに変更を加える際、守るべきルールがあ
201201

202202
これらの C99 の機能は、コンパイラのサポートが不十分なため使用してはいけない:
203203
- 可変長配列 (C11 でもこれはオプショナルな機能である)。
204-
- _Bool 型と _Complex 型。
204+
- C99 の _Bool 型と _Complex 型。
205205
- "inline" (ほとんど必要ない、コンパイラに最適化させよう。)
206206
- フレキシブル配列メンバ: HP-UX C コンパイラはサポートしていない。(John
207207
Marriott)

0 commit comments

Comments
 (0)