* objdump.c (SFILE): Add size field.
[deliverable/binutils-gdb.git] / gdb / complaints.c
index b551143715584cc9fe94ed3c7e78143d59f1e5f2..e38038d26fb338979e7f5855cb402d6c3c47fc96 100644 (file)
@@ -15,16 +15,11 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
 #include "complaints.h"
 #include "gdbcmd.h"
-#ifdef __STDC__
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
 
 /* Structure to manage complaints about symbol file contents.  */
 
@@ -63,7 +58,7 @@ extern int info_verbose;
 
 /* VARARGS */
 void
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
 complain (struct complaint *complaint, ...)
 #else
 complain (va_alist)
@@ -71,7 +66,7 @@ complain (va_alist)
 #endif
 {
   va_list args;
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
   va_start (args, complaint);
 #else
   struct complaint *complaint;
This page took 0.024249 seconds and 4 git commands to generate.