Commit e053cf01 by David Edelsohn Committed by David Edelsohn

* system.h (vec_free): Undef.

From-SVN: r193625
parent 37f458dc
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
...@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment