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
64c8c6a7
Commit
64c8c6a7
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: r2680
parent
28f50739
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gcc/ginclude/va-i960.h
+2
-0
gcc/ginclude/va-mips.h
+2
-0
No files found.
gcc/ginclude/va-i960.h
View file @
64c8c6a7
...
...
@@ -55,7 +55,9 @@ __extension__ \
*((T *) (void *) ((char *) *(AP) + (AP)[1] - __vsiz (T))) \
)
#ifndef va_end
void
va_end
(
__gnuc_va_list
);
/* Defined in libgcc.a */
#endif
#define va_end(AP)
#endif
/* defined (_STDARG_H) || defined (_VARARGS_H) */
...
...
gcc/ginclude/va-mips.h
View file @
64c8c6a7
...
...
@@ -42,7 +42,9 @@ typedef char * __gnuc_va_list;
#define va_start(__AP) __AP = (char *) &__builtin_va_alist
#endif
#ifndef va_end
void
va_end
(
__gnuc_va_list
);
/* Defined in libgcc.a */
#endif
#define va_end(__AP)
#ifdef lint
/* complains about constant in conditional context */
...
...
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