本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
piumarta
/
ccmeta
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
updated comments
master
Nathan R
3 年之前
父節點
ecb8b27650
當前提交
9a08ccd4d0
共有
2 個檔案被更改
,包括
3 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests-err/test66.c
+2
-2
tests-err/test71.c
+ 1
- 1
tests-err/test66.c
查看文件
@ -1,3 +1,3 @@
f
(
__builtin_va_alist
)
int
__builtin_va_alist
;
.
.
.
/
/
expected
declaration
specifiers
before
‘
.
.
.
’
token
int
__builtin_va_alist
;
.
.
.
/
/
expected
declaration
specifiers
before
‘
.
.
.
’
token
{
}
/
/
expected
‘
{
’
at
end
of
input
+ 2
- 2
tests-err/test71.c
查看文件
@ -1,6 +1,6 @@
f
(
__builtin_va_alist
)
int
__builtin_va_alist
;
.
.
.
int
__builtin_va_alist
;
.
.
.
/
/
expected
declaration
specifiers
before
‘
.
.
.
’
token
{
}
}
/
/
expected
‘
{
’
at
end
of
input
Write
Preview
Loading…
取消
儲存