* system.h (vec_free): Undef.
From-SVN: r193625
This commit is contained in:
parent
37f458dc1e
commit
e053cf01e3
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user