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
4dfb04c6
Commit
4dfb04c6
authored
Jul 10, 1998
by
Michael Meissner
Committed by
Michael Meissner
Jul 10, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include system.h if it was not already included
From-SVN: r21053
parent
a87ef323
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+5
-0
gcc/varray.h
+4
-0
No files found.
gcc/ChangeLog
View file @
4dfb04c6
Fri Jul 10 19:06:59 1998 Michael Meissner <meissner@cygnus.com>
* varray.h: Include system.h if it hasn't already been included
before to get size_t declared.
Fri Jul 10 12:53:58 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
Fri Jul 10 12:53:58 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
* jump.c (jump_optimize): If after_regscan and our transformations
* jump.c (jump_optimize): If after_regscan and our transformations
...
...
gcc/varray.h
View file @
4dfb04c6
...
@@ -30,6 +30,10 @@
...
@@ -30,6 +30,10 @@
#include "machmode.h"
#include "machmode.h"
#endif
#endif
#ifndef __GCC_SYSTEM_H__
#include "system.h"
#endif
/* Union of various array types that are used. */
/* Union of various array types that are used. */
typedef
union
varray_data_tag
{
typedef
union
varray_data_tag
{
char
c
[
1
];
char
c
[
1
];
...
...
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