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
ab5809b5
Commit
ab5809b5
authored
Apr 03, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r671
parent
5130a5cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gcc/enquire.c
+2
-0
No files found.
gcc/enquire.c
View file @
ab5809b5
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
In EPROP, avoid a <= old if bad is set, Richard Stallman, May 91.
In EPROP, avoid a <= old if bad is set, Richard Stallman, May 91.
Use gstddef.h, not stddef.h, Richard Stallman, Nov 91.
Use gstddef.h, not stddef.h, Richard Stallman, Nov 91.
Don't declare malloc, instead cast the value, Richard Stallman, Nov 91.
Don't declare malloc, instead cast the value, Richard Stallman, Nov 91.
Include sys/types.h before signal.h, Apr 92.
COMPILING
COMPILING
With luck and a following wind, just the following will work:
With luck and a following wind, just the following will work:
...
@@ -378,6 +379,7 @@
...
@@ -378,6 +379,7 @@
#ifdef NO_SIG
#ifdef NO_SIG
#define jmp_buf int
#define jmp_buf int
#else
#else
#include <sys/types.h>
#include <signal.h>
#include <signal.h>
#include <setjmp.h>
#include <setjmp.h>
#endif
#endif
...
...
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