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
cc927263
Commit
cc927263
authored
Feb 12, 1994
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Surround definition of VPROTO, VA_START with #ifndef VPROTO.
From-SVN: r6531
parent
c77c9766
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gcc/rtl.h
+2
-0
gcc/tree.h
+2
-0
No files found.
gcc/rtl.h
View file @
cc927263
...
@@ -151,6 +151,7 @@ typedef struct rtx_def
...
@@ -151,6 +151,7 @@ typedef struct rtx_def
#endif
#endif
#endif
#endif
#ifndef VPROTO
#ifdef __STDC__
#ifdef __STDC__
#define VPROTO(ARGS) ARGS
#define VPROTO(ARGS) ARGS
#define VA_START(va_list,var) va_start(va_list,var)
#define VA_START(va_list,var) va_start(va_list,var)
...
@@ -158,6 +159,7 @@ typedef struct rtx_def
...
@@ -158,6 +159,7 @@ typedef struct rtx_def
#define VPROTO(ARGS) (va_alist) va_dcl
#define VPROTO(ARGS) (va_alist) va_dcl
#define VA_START(va_list,var) va_start(va_list)
#define VA_START(va_list,var) va_start(va_list)
#endif
#endif
#endif
#define NULL_RTX (rtx) 0
#define NULL_RTX (rtx) 0
...
...
gcc/tree.h
View file @
cc927263
...
@@ -987,6 +987,7 @@ union tree_node
...
@@ -987,6 +987,7 @@ union tree_node
#endif
#endif
#endif
#endif
#ifndef VPROTO
#ifdef __STDC__
#ifdef __STDC__
#define VPROTO(ARGS) ARGS
#define VPROTO(ARGS) ARGS
#define VA_START(va_list,var) va_start(va_list,var)
#define VA_START(va_list,var) va_start(va_list,var)
...
@@ -994,6 +995,7 @@ union tree_node
...
@@ -994,6 +995,7 @@ union tree_node
#define VPROTO(ARGS) (va_alist) va_dcl
#define VPROTO(ARGS) (va_alist) va_dcl
#define VA_START(va_list,var) va_start(va_list)
#define VA_START(va_list,var) va_start(va_list)
#endif
#endif
#endif
#define NULL_TREE (tree) NULL
#define NULL_TREE (tree) NULL
...
...
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