From 33b019ade8136a7cdef8a39863f442e72b526333 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 25 May 1998 11:04:40 +0000 Subject: cpperror.c (v_cpp_message): Remove static prototype. Mon May 25 14:00:13 1998 Dave Brolley * cpperror.c (v_cpp_message): Remove static prototype. * cpplib.c (v_cpp_message): Move prototype to cpplib.h. * cpplib.h (v_cpp_message): Add protoptype. (stdarg.h,varargs.h): Needed for v_cpp_message prototype. From-SVN: r20046 --- gcc/cpperror.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/cpperror.c') diff --git a/gcc/cpperror.c b/gcc/cpperror.c index fdd08195c29..c4cac065e7c 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -37,8 +37,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "cpplib.h" -static void v_cpp_message PROTO ((cpp_reader *, int, const char *, va_list)); - /* Print the file names and line numbers of the #include commands which led to the current file. */ -- cgit v1.2.1