abacus: parse: fix name of namespace
This commit is contained in:
parent
e4aa81d1a4
commit
26055c5a3f
4 changed files with 10 additions and 10 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "bignum.hh" // FIXME: I would like `bignum/bignum.hh` path instead...
|
||||
|
||||
namespace abacus::parser {
|
||||
namespace abacus::parse {
|
||||
|
||||
class ParserDriver {
|
||||
public:
|
||||
|
|
@ -33,4 +33,4 @@ private:
|
|||
bool scan_trace_p_ = false;
|
||||
};
|
||||
|
||||
} // namespace abacus::parser
|
||||
} // namespace abacus::parse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue