* tests/local.at: Handle the fact that locations are no longer
needed with lalr1.cc.
{
System.err.println (msg);
}]], [AT_SKEL_CC_IF([[void
{
System.err.println (msg);
}]], [AT_SKEL_CC_IF([[void
-yy::parser::error (const yy::location &, std::string const &msg)
+yy::parser::error (]AT_LOCATION_IF([[const yy::location &, ]])[std::string const &msg)
{
std::cerr << msg << std::endl;
}]], [[#include <stdio.h>
{
std::cerr << msg << std::endl;
}]], [[#include <stdio.h>