/* Declaration for error-reporting function for Bison.
- Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
#endif
#include "complain.h"
+#include "files.h"
#ifndef _
# define _(String) String
va_list args;
fflush (stdout);
- LOCATION_PRINT (stderr, location);
+ location_print (stderr, location);
fputs (": ", stderr);
fputs (_("warning: "), stderr);
va_list args;
fflush (stdout);
- LOCATION_PRINT (stderr, location);
+ location_print (stderr, location);
fputs (": ", stderr);
va_start (args, message);
va_list args;
fflush (stdout);
- LOCATION_PRINT (stderr, location);
+ location_print (stderr, location);
fputs (": ", stderr);
fputs (_("fatal error: "), stderr);