/*
 * Stub functions to prevent compiler warnings.
 */
preparse: function(s)
{
	return true;
}

parseError: function(n, s)
{
	return nil;
}
