* system.h (vec_free): Undef.

From-SVN: r193625
This commit is contained in:
David Edelsohn 2012-11-19 14:47:11 +00:00 committed by David Edelsohn
parent 37f458dc1e
commit e053cf01e3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-11-19 David Edelsohn <dje.gcc@gmail.com>
* system.h (vec_free): Undef.
2012-11-19 Jakub Jelinek <jakub@redhat.com>
PR middle-end/54630

View File

@ -228,6 +228,9 @@ extern int errno;
# include <stdlib.h>
#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
FATAL_EXIT_CODE to EXIT_SUCCESS and EXIT_FAILURE respectively,
or 0 and 1 if those macros are not defined. */