Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/vax need stdbool.h



details:   https://anonhg.NetBSD.org/src/rev/a9c1fb6ca748
branches:  trunk
changeset: 814493:a9c1fb6ca748
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 23 21:09:04 2016 +0000

description:
need stdbool.h

diffstat:

 external/gpl3/gcc/dist/gcc/config/vax/vax-protos.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 338a715a193b -r a9c1fb6ca748 external/gpl3/gcc/dist/gcc/config/vax/vax-protos.h
--- a/external/gpl3/gcc/dist/gcc/config/vax/vax-protos.h        Wed Mar 23 18:45:41 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/vax/vax-protos.h        Wed Mar 23 21:09:04 2016 +0000
@@ -16,6 +16,7 @@
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
+#include <stdbool.h>
 
 extern bool legitimate_constant_address_p (rtx);
 extern bool legitimate_pic_operand_p (rtx);



Home | Main Index | Thread Index | Old Index