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
3e2b54f5
Commit
3e2b54f5
authored
Aug 11, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(__need_wint_t): Move #undef to right place.
From-SVN: r12613
parent
9590fa72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/ginclude/stddef.h
+1
-1
No files found.
gcc/ginclude/stddef.h
View file @
3e2b54f5
...
...
@@ -233,7 +233,6 @@ typedef __SIZE_TYPE__ size_t;
typedef
_BSD_RUNE_T_
rune_t
;
#endif
#endif
#undef __need_wint_t
#endif
#ifndef __WCHAR_TYPE__
...
...
@@ -266,6 +265,7 @@ typedef __WCHAR_TYPE__ wchar_t;
#endif
typedef
__WINT_TYPE__
wint_t
;
#endif
#undef __need_wint_t
#endif
/* In 4.3bsd-net2, leave these undefined to indicate that size_t, etc.
...
...
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