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
e053cf01
Commit
e053cf01
authored
Nov 19, 2012
by
David Edelsohn
Committed by
David Edelsohn
Nov 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* system.h (vec_free): Undef.
From-SVN: r193625
parent
37f458dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/system.h
+3
-0
No files found.
gcc/ChangeLog
View file @
e053cf01
2012
-
11
-
19
David
Edelsohn
<
dje
.
gcc
@gmail
.
com
>
*
system
.
h
(
vec_free
)
:
Undef
.
2012
-
11
-
19
Jakub
Jelinek
<
jakub
@redhat
.
com
>
2012
-
11
-
19
Jakub
Jelinek
<
jakub
@redhat
.
com
>
PR
middle
-
end
/
54630
PR
middle
-
end
/
54630
gcc/system.h
View file @
e053cf01
...
@@ -228,6 +228,9 @@ extern int errno;
...
@@ -228,6 +228,9 @@ extern int errno;
# include <stdlib.h>
# include <stdlib.h>
#endif
#endif
/* Undef vec_free from AIX stdlib.h header which conflicts with vec.h. */
#undef vec_free
/* If we don't have an overriding definition, set SUCCESS_EXIT_CODE and
/* If we don't have an overriding definition, set SUCCESS_EXIT_CODE and
FATAL_EXIT_CODE to EXIT_SUCCESS and EXIT_FAILURE respectively,
FATAL_EXIT_CODE to EXIT_SUCCESS and EXIT_FAILURE respectively,
or 0 and 1 if those macros are not defined. */
or 0 and 1 if those macros are not defined. */
...
...
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