From 63f280f709286635b31c8f26d68feb29efafd2a2 Mon Sep 17 00:00:00 2001 From: Martynas Venckus Date: Fri, 16 Oct 2009 12:22:08 +0000 Subject: bring in proper lookup_name prototype so that its pointer return value doesn't get truncated to int - on 64-bit architectures. ok miod@, millert@, espie@ --- gnu/usr.bin/gcc/gcc/c-common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/usr.bin/gcc/gcc/c-common.c b/gnu/usr.bin/gcc/gcc/c-common.c index 013e7589e7c..3d51549959c 100644 --- a/gnu/usr.bin/gcc/gcc/c-common.c +++ b/gnu/usr.bin/gcc/gcc/c-common.c @@ -41,6 +41,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "tree-inline.h" cpp_reader *parse_in; /* Declared in c-pragma.h. */ +extern tree lookup_name PARAMS ((tree)); /* Declared in c-tree.h. */ /* We let tm.h override the types used here, to handle trivial differences such as the choice of unsigned int or long unsigned int for size_t. -- cgit v1.2.3