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
b7a0c86f
Commit
b7a0c86f
authored
Aug 27, 2001
by
Fred Fish
Committed by
Loren J. Rittle
Aug 27, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be __SIZE_TYPE__.
From-SVN: r45209
parent
b969a5d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/ginclude/stddef.h
+1
-1
No files found.
gcc/ChangeLog
View file @
b7a0c86f
2001
-
08
-
27
Fred
Fish
<
fnf
@be
.
com
>
*
ginclude
/
stddef
.
h
:
Fix
typo
,
__SIZE__TYPE__
should
be
__SIZE_TYPE__
.
2001
-
08
-
27
Geoffrey
Keating
<
geoffk
@redhat
.
com
>
2001
-
08
-
27
Geoffrey
Keating
<
geoffk
@redhat
.
com
>
*
reload
.
c
(
find_reloads_toplev
)
:
Back
out
this
change
:
*
reload
.
c
(
find_reloads_toplev
)
:
Back
out
this
change
:
...
...
gcc/ginclude/stddef.h
View file @
b7a0c86f
...
@@ -115,7 +115,7 @@ _TYPE_wchar_t;
...
@@ -115,7 +115,7 @@ _TYPE_wchar_t;
#endif
#endif
/* In case nobody has defined these types, but we aren't running under
/* In case nobody has defined these types, but we aren't running under
GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_
_
TYPE__, and
GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
__WCHAR_TYPE__ have reasonable values. This can happen if the
__WCHAR_TYPE__ have reasonable values. This can happen if the
parts of GCC is compiled by an older compiler, that actually
parts of GCC is compiled by an older compiler, that actually
include gstddef.h, such as collect2. */
include gstddef.h, such as collect2. */
...
...
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