Vcsn  2.8
Be Rational
scan.hh
Go to the documentation of this file.
1 #pragma once
2 
3 // Set parameters for Flex header, and include it.
4 #define YY_FLEX_NAMESPACE_BEGIN \
5  namespace vcsn { \
6  namespace detail { \
7  namespace dot {
8 
9 #define YY_FLEX_NAMESPACE_END \
10  } \
11  } \
12  }
13 
14 #include <vcsn/misc/location.hh>
15 
19 
21 
Abstract a location.
Definition: location.hh:47
#define YY_FLEX_NAMESPACE_END
Definition: scan.hh:9
vcsn::rat::location location
Definition: scan.hh:17