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
b394f631
Commit
b394f631
authored
Oct 25, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Treat _AIX and _M_UNIX like __svr4__.
From-SVN: r2598
parent
a8b9d9a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/ginclude/stdarg.h
+1
-1
gcc/ginclude/varargs.h
+1
-1
No files found.
gcc/ginclude/stdarg.h
View file @
b394f631
...
...
@@ -42,7 +42,7 @@
#ifndef __GNUC_VA_LIST
#define __GNUC_VA_LIST
#if
def __svr4__
#if
defined(__svr4__) || defined(_AIX) || defined(_M_UNIX)
typedef
char
*
__gnuc_va_list
;
#else
typedef
void
*
__gnuc_va_list
;
...
...
gcc/ginclude/varargs.h
View file @
b394f631
...
...
@@ -73,7 +73,7 @@
#ifndef __GNUC_VA_LIST
#define __GNUC_VA_LIST
#if
def __svr4__
#if
defined(__svr4__) || defined(_AIX) || defined(_M_UNIX)
typedef
char
*
__gnuc_va_list
;
#else
typedef
void
*
__gnuc_va_list
;
...
...
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