|
102.
|
|
|
decimal float constants are a GCC extension
|
|
|
|
十進位浮點數常數是 GCC 的擴充功能
|
|
Translated by
趙惟倫
|
|
|
|
Located in
expr.c:722
|
|
103.
|
|
|
invalid suffix "%.*s " on integer constant
|
|
|
|
整數常數的「%.*s 」字尾無效
|
|
Translated by
趙惟倫
|
|
|
|
Located in
expr.c:740
|
|
104.
|
|
|
use of C++0x long long integer constant
|
|
|
|
(no translation yet)
|
|
|
|
Located in
expr.c:593
|
|
105.
|
|
|
use of C99 long long integer constant
|
|
|
|
使用 C99 long long 整數常數
|
|
Translated by
趙惟倫
|
|
|
|
Located in
expr.c:766
|
|
106.
|
|
|
imaginary constants are a GCC extension
|
|
|
|
虛數常數是 GCC 的擴充功能
|
|
Translated by
趙惟倫
|
|
|
|
Located in
expr.c:782
|
|
107.
|
|
|
binary constants are a GCC extension
|
|
|
|
二進位常數是 GCC 的擴充功能
|
|
Translated by
趙惟倫
|
|
|
|
Located in
expr.c:790
|
|
108.
|
|
|
integer constant is too large for its type
|
|
|
|
整數常數值超出其類型
|
|
Translated by
趙惟倫
|
|
|
|
Located in
expr.c:885
|
|
109.
|
|
|
integer constant is so large that it is unsigned
|
|
|
|
整數常數太大,認定為 unsigned
|
|
Translated by
趙惟倫
|
|
|
|
Located in
expr.c:916
|
|
110.
|
|
|
missing ')' after "defined"
|
|
|
|
「defined」 後缺少「)」
|
|
Translated by
趙惟倫
|
|
|
|
Located in
expr.c:1011
|
|
111.
|
|
|
operator "defined" requires an identifier
|
|
|
|
運算子「defined」需要一個識別字
|
|
Translated by
趙惟倫
|
|
|
|
Located in
expr.c:1018
|