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
a55f13c6
Commit
a55f13c6
authored
Dec 31, 1992
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define away __extension__ if compiled by GCC v1.
From-SVN: r3022
parent
ec06f00a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
gcc/ginclude/va-i960.h
+5
-0
No files found.
gcc/ginclude/va-i960.h
View file @
a55f13c6
...
@@ -30,6 +30,11 @@ typedef unsigned __gnuc_va_list[2];
...
@@ -30,6 +30,11 @@ typedef unsigned __gnuc_va_list[2];
#define __vpad(I, T) ((((I) + __vali (T) - 1) / __vali (T)) \
#define __vpad(I, T) ((((I) + __vali (T) - 1) / __vali (T)) \
* __vali (T) + __vsiz (T))
* __vali (T) + __vsiz (T))
/* Avoid errors if compiling GCC v2 with GCC v1. */
#if __GNUC__ == 1
#define __extension__
#endif
#ifdef _STDARG_H
#ifdef _STDARG_H
#define va_start(AP, LASTARG) \
#define va_start(AP, LASTARG) \
__extension__ \
__extension__ \
...
...
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