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
6a592e69
Commit
6a592e69
authored
Jan 04, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r161
parent
e38a104d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
gcc/ginclude/stdarg.h
+5
-1
No files found.
gcc/ginclude/stdarg.h
View file @
6a592e69
...
...
@@ -15,8 +15,12 @@
/* The macro _VA_LIST_ is the same thing used by this file in Ultrix. */
#ifndef _VA_LIST_
/* The macro _VA_LIST is used in SCO Unix 3.2. */
#ifndef _VA_LIST
#define _VA_LIST_
#define _VA_LIST
typedef
char
*
va_list
;
#endif
/* _VA_LIST */
#endif
/* _VA_LIST_ */
/* Amount of space required in an argument list for an arg of type TYPE.
...
...
@@ -34,7 +38,7 @@ typedef char *va_list;
AP = ((char *) __builtin_next_arg ()))
#endif
void
va_end
(
va_list
);
/* Defined in
gnulib
*/
void
va_end
(
va_list
);
/* Defined in
libgcc.a
*/
#define va_end(AP)
#define va_arg(AP, 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