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
3418a1da
Commit
3418a1da
authored
Nov 22, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix prev change; test of _STDDEF_H was backwards.
From-SVN: r2775
parent
637c5064
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/ginclude/stddef.h
+3
-2
No files found.
gcc/ginclude/stddef.h
View file @
3418a1da
...
...
@@ -170,8 +170,9 @@ typedef __WCHAR_TYPE__ wchar_t;
header files do that. */
#ifdef _ANSI_H_
#undef _PTRDIFF_T_
#ifndef _STDDEF_H
/* This is a kludge. The case where this happens
is when obstack.h wants just ptrdiff_t. */
#ifdef _STDDEF_H
/* This is a kludge.
_STDDEF_H is defined when we are using the whole file,
undefined when obstack.h wants just ptrdiff_t. */
#undef _SIZE_T_
#undef _WCHAR_T_
#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