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
367ac69d
Commit
367ac69d
authored
Mar 31, 1994
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change "gstddef.h" to <stddef.h>.
From-SVN: r6941
parent
c1758a9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
gcc/enquire.c
+4
-2
No files found.
gcc/enquire.c
View file @
367ac69d
...
...
@@ -20,7 +20,9 @@
Support NO_LONG_DOUBLE_IO in f_define and f_rep; new fn fake_f_rep, Apr 92.
Enclose -f output in #ifndef _FLOAT_H___, Richard Stallman, May 92.
Add #undef before every #define, Jim Wilson, Dec 92.
Change by Jim Wilson:
Add #undef before every #define, Dec 92.
Use stddef.h not gstddef.h, Mar 94.
Changes by Paul Eggert, installed Feb 93:
(fake_f_rep): Clear all of u, initially. Make the ints in u unsigned.
...
...
@@ -389,7 +391,7 @@
#ifdef STDC
#ifndef NO_STDDEF
#include
"gstddef.h"
/* for size_t: if this fails, define NO_STDDEF */
#include
<stddef.h>
/* for size_t: if this fails, define NO_STDDEF */
#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