|
192.
|
|
|
anonymous variadic macros were introduced in C99
|
|
|
|
匿名可變參數巨集在 C99 中被引入
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:2918
macro.c:2923
|
|
193.
|
|
|
ISO C does not permit named variadic macros
|
|
|
|
ISO C 不允許具名的可變參數巨集
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:2933
|
|
194.
|
|
|
missing ')' in macro parameter list
|
|
|
|
在巨集參數表中缺少「)」
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:2943
|
|
195.
|
|
|
'##' cannot appear at either end of a macro expansion
|
|
|
|
「##」不能出現在巨集展開的兩端
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:2994
|
|
196.
|
|
|
ISO C99 requires whitespace after the macro name
|
|
|
|
ISO C99 要求巨集名後必須有空白
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:3034
|
|
197.
|
|
|
missing whitespace after the macro name
|
|
|
|
巨集名後缺少空白
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:3059
|
|
198.
|
|
|
'#' is not followed by a macro parameter
|
|
|
|
「#」後沒有巨集參數
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:3093
|
|
199.
|
|
|
"%s " redefined
|
|
|
|
「%s 」重定義
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:3254
|
|
200.
|
|
|
this is the location of the previous definition
|
|
|
|
這是先前定義的位置
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:3259
|
|
201.
|
|
|
macro argument "%s " would be stringified in traditional C
|
|
|
|
巨集引數「%s 」將在傳統 C 中被字串化
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:3320
|