From 3cea37c40cf9219b2842298ed1b37d11389bc1ea Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 23 Dec 2013 10:11:10 -0700 Subject: remove ANSI_PROTOTYPES This removes the last use of ANSI_PROTOTYPES in the tree. It appears in gas. I didn't even rebuild this but I think it is obviously correct. 2014-01-07 Tom Tromey * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES. --- gas/config/tc-xc16x.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gas/config') diff --git a/gas/config/tc-xc16x.h b/gas/config/tc-xc16x.h index 61230d1..fa79a51 100644 --- a/gas/config/tc-xc16x.h +++ b/gas/config/tc-xc16x.h @@ -1,5 +1,5 @@ /* This file is tc-xc16x.h - Copyright 2006, 2007 Free Software Foundation, Inc. + Copyright 2006, 2007, 2014 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems This file is part of GAS, the GNU Assembler. @@ -32,10 +32,8 @@ #define FAKE_LABEL_NAME ".L0\001" #endif -#if ANSI_PROTOTYPES struct fix; struct internal_reloc; -#endif #define WORKING_DOT_WORD -- cgit v1.1