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
a0ab0422
Commit
a0ab0422
authored
May 30, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undefine _BSD_XXX_T_ if _GCC_XXX_T is defined on BSD Net/2 derived
systems. From-SVN: r9843
parent
6efa6708
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
gcc/ginclude/stddef.h
+4
-1
No files found.
gcc/ginclude/stddef.h
View file @
a0ab0422
...
@@ -257,7 +257,7 @@ typedef __WCHAR_TYPE__ wchar_t;
...
@@ -257,7 +257,7 @@ typedef __WCHAR_TYPE__ wchar_t;
are already defined. */
are already defined. */
#ifdef _ANSI_H_
#ifdef _ANSI_H_
/* The references to _GCC_PTRDIFF_T_, _GCC_SIZE_T_, and _GCC_WCHAR_T_
/* The references to _GCC_PTRDIFF_T_, _GCC_SIZE_T_, and _GCC_WCHAR_T_
are probably typos and should be removed before 2.
7
is released. */
are probably typos and should be removed before 2.
8
is released. */
#ifdef _GCC_PTRDIFF_T_
#ifdef _GCC_PTRDIFF_T_
#undef _PTRDIFF_T_
#undef _PTRDIFF_T_
#undef _BSD_PTRDIFF_T_
#undef _BSD_PTRDIFF_T_
...
@@ -273,12 +273,15 @@ typedef __WCHAR_TYPE__ wchar_t;
...
@@ -273,12 +273,15 @@ typedef __WCHAR_TYPE__ wchar_t;
/* The following ones are the real ones. */
/* The following ones are the real ones. */
#ifdef _GCC_PTRDIFF_T
#ifdef _GCC_PTRDIFF_T
#undef _PTRDIFF_T_
#undef _PTRDIFF_T_
#undef _BSD_PTRDIFF_T_
#endif
#endif
#ifdef _GCC_SIZE_T
#ifdef _GCC_SIZE_T
#undef _SIZE_T_
#undef _SIZE_T_
#undef _BSD_SIZE_T_
#endif
#endif
#ifdef _GCC_WCHAR_T
#ifdef _GCC_WCHAR_T
#undef _WCHAR_T_
#undef _WCHAR_T_
#undef _BSD_WCHAR_T_
#endif
#endif
#endif
/* _ANSI_H_ */
#endif
/* _ANSI_H_ */
...
...
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