This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
ccmeta
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
updated comments
master
Nathan R
3 years ago
parent
ecb8b27650
commit
9a08ccd4d0
2 changed files
with
3 additions
and
3 deletions
Split View
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
View File
@ -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
View File
@ -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…
Cancel
Save