|
187.
|
|
|
invoking macro %s argument %d : empty macro arguments are undefined in ISO C90 and ISO C++98
|
|
|
|
(no translation yet)
|
|
|
|
Located in
macro.c:1694
|
|
188.
|
|
|
duplicate macro parameter "%s "
|
|
|
|
重複的巨集參數「%s 」
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:2817
|
|
189.
|
|
|
"%s " may not appear in macro parameter list
|
|
|
|
「%s 」不能出現在巨集參數清單中
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:2866
|
|
190.
|
|
|
macro parameters must be comma-separated
|
|
|
|
巨集參數必須由逗號隔開
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:2874
|
|
191.
|
|
|
parameter name missing
|
|
|
|
缺少參數名
|
|
Translated by
趙惟倫
|
|
|
|
Located in
macro.c:2893
|
|
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
|