/**
** \file position.hh
- ** Define the yy::position class.
+ ** Define the ]b4_namespace[::position class.
*/
#ifndef BISON_POSITION_HH
# include <iostream>
# include <string>
-namespace yy
+namespace ]b4_namespace[
{
/// Abstract a position.
class position
/**
** \file location.hh
- ** Define the yy::location class.
+ ** Define the ]b4_namespace[::location class.
*/
#ifndef BISON_LOCATION_HH
# include <string>
# include "position.hh"
-namespace yy
+namespace ]b4_namespace[
{
/// Abstract a location.