-/* Generated by re2c 0.10.0.dev on Sat Dec 31 01:50:50 2005 */
+/* Generated by re2c 0.10.0.dev on Sun Jan 1 01:08:57 2006 */
#line 1 "scanner.re"
/* $Id$ */
#include <stdlib.h>
}
-void Scanner::fatal(char *msg) const
+void Scanner::fatal(const char *msg) const
{
std::cerr << "line " << tline << ", column " << (tchar + 1) << ": "
<< msg << std::endl;
fatal("unrecognized configuration name or illegal integer value");
}
-void Scanner::config(const Str* cfg, const Str *value)
+void Scanner::config(const Str*, const Str*)
{
fatal("unrecognized configuration name or illegal string value");
}
Scanner(std::istream&);
int echo(std::ostream&);
int scan();
- void fatal(char*) const;
+ void fatal(const char*) const;
void config(const Str*, const Str *);
void config(const Str*, int);
SubStr token() const;
fatal("unrecognized configuration name or illegal integer value");
}
-void Scanner::config(const Str* cfg, const Str *value)
+void Scanner::config(const Str*, const Str*)
{
fatal("unrecognized configuration name or illegal string value");
}