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
b24e9b39
Commit
b24e9b39
authored
Mar 16, 2007
by
David Edelsohn
Committed by
David Edelsohn
Mar 16, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* runtime/main.c: Include "config.h" first.
From-SVN: r122994
parent
21d59fff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libgfortran/ChangeLog
+4
-0
libgfortran/runtime/main.c
+1
-1
No files found.
libgfortran/ChangeLog
View file @
b24e9b39
2007-03-16 David Edelsohn <edelsohn@gnu.org>
* runtime/main.c: Include "config.h" first.
2007-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2007-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/31099
PR libgfortran/31099
...
...
libgfortran/runtime/main.c
View file @
b24e9b39
...
@@ -27,6 +27,7 @@ along with libgfortran; see the file COPYING. If not, write to
...
@@ -27,6 +27,7 @@ along with libgfortran; see the file COPYING. If not, write to
the Free Software Foundation, 51 Franklin Street, Fifth Floor,
the Free Software Foundation, 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
Boston, MA 02110-1301, USA. */
#include "config.h"
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
...
@@ -34,7 +35,6 @@ Boston, MA 02110-1301, USA. */
...
@@ -34,7 +35,6 @@ Boston, MA 02110-1301, USA. */
#include <stddef.h>
#include <stddef.h>
#include <limits.h>
#include <limits.h>
#include "config.h"
#include "libgfortran.h"
#include "libgfortran.h"
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
...
...
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