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
21d7516d
Commit
21d7516d
authored
Jun 26, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1297
parent
42495ca0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletions
+21
-1
gcc/ginclude/varargs.h
+21
-1
No files found.
gcc/ginclude/varargs.h
View file @
21d7516d
...
@@ -83,7 +83,7 @@ typedef char * __va___list;
...
@@ -83,7 +83,7 @@ typedef char * __va___list;
/* In 4.3bsd-net2, it is said we must #undef this.
/* In 4.3bsd-net2, it is said we must #undef this.
I hope this successfully identifies that system.
I hope this successfully identifies that system.
I don't know why this works--rms. */
I don't know why this works--rms. */
#ifdef _ANSI_H
#ifdef _ANSI_H
_
#undef _VA_LIST_
#undef _VA_LIST_
#endif
#endif
...
@@ -107,4 +107,24 @@ typedef char * __va___list;
...
@@ -107,4 +107,24 @@ typedef char * __va___list;
#endif
/* not spur */
#endif
/* not spur */
#endif
/* not sparc */
#endif
/* not sparc */
#endif
/* not _VARARGS_H */
#endif
/* not _VARARGS_H */
#ifdef __GNUC_VA_LIST
/* If an include file defined __GNUC_VA_LIST,
copy it into va_list. */
#ifdef _HIDDEN_VA_LIST
/* On OSF1, this means varargs.h is "half-loaded". */
#undef _VA_LIST
#endif
/* 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
__gnuc_va_list
va_list
;
#endif
/* _VA_LIST */
#endif
/* _VA_LIST_ */
#endif
/* __GNUC_VA_LIST */
#endif
/* __GNUC__ */
#endif
/* __GNUC__ */
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