Skip to content

Commit dc12c38

Browse files
committed
Modify the expression about changes with C99 new features
1 parent 6a3489f commit dc12c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/develop.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ C COMPILER *style-compiler* *ANSI-C* *C89* *C99*
193193
も 100% サポートされているわけではない。したがって C99 のいくつかの機能だけを
194194
使用し、その他の使用は (少なくとも現時点では) 禁止する。
195195

196-
C99 の機能を使用するためだけの変更は入れてはいけない。現存するパッチに対して
197-
マージの問題を引き起こすためである。新しくコードを書く場合、もしくは既存のコー
198-
ドを書き直す場合に限り使用してもよい
196+
現存するパッチに対してマージの問題を引き起こすため、C99の機能を使う変更を至る
197+
所に入れてはいけない。新しくコードを書く場合、もしくは既存のコードを書き直す場
198+
合に限り使用してもよい
199199

200200
コメント ~
201201

0 commit comments

Comments
 (0)