Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
6f8d2fbd
Commit
6f8d2fbd
authored
Nov 03, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(va_end): If already def as macro, don't declare.
From-SVN: r2678
parent
64329096
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gcc/ginclude/va-sparc.h
+2
-0
No files found.
gcc/ginclude/va-sparc.h
View file @
6f8d2fbd
...
@@ -42,7 +42,9 @@ typedef void * __gnuc_va_list;
...
@@ -42,7 +42,9 @@ typedef void * __gnuc_va_list;
(__builtin_saveregs (), (AP) = ((char *) &__builtin_va_alist))
(__builtin_saveregs (), (AP) = ((char *) &__builtin_va_alist))
#endif
#endif
#ifndef va_end
void
va_end
(
__gnuc_va_list
);
/* Defined in libgcc.a */
void
va_end
(
__gnuc_va_list
);
/* Defined in libgcc.a */
#endif
#define va_end(pvar)
#define va_end(pvar)
#define __va_rounded_size(TYPE) \
#define __va_rounded_size(TYPE) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment