refactor: non-generated files: .hh -> .h
This commit is contained in:
parent
a529b6e3f6
commit
f0a68d5eb7
|
|
@ -4,7 +4,7 @@
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "DragonLispScanner.hh"
|
#include "DragonLispScanner.h"
|
||||||
|
|
||||||
#undef YY_DECL
|
#undef YY_DECL
|
||||||
#define YY_DECL int DragonLisp::DLScanner::yylex(DragonLisp::DLParser::semantic_type* const lval, DragonLisp::DLParser::location_type* location, DragonLisp::DLDriver& drv)
|
#define YY_DECL int DragonLisp::DLScanner::yylex(DragonLisp::DLParser::semantic_type* const lval, DragonLisp::DLParser::location_type* location, DragonLisp::DLDriver& drv)
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ namespace DragonLisp {
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "DragonLispDriver.hh"
|
#include "DragonLispDriver.h"
|
||||||
|
|
||||||
#undef yylex
|
#undef yylex
|
||||||
#define yylex scanner.yylex
|
#define yylex scanner.yylex
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "DragonLispDriver.hh"
|
#include "DragonLispDriver.h"
|
||||||
|
|
||||||
namespace DragonLisp {
|
namespace DragonLisp {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <istream>
|
#include <istream>
|
||||||
|
|
||||||
#include "DragonLispScanner.hh"
|
#include "DragonLispScanner.h"
|
||||||
#include "DragonLisp.tab.hh"
|
#include "DragonLisp.tab.hh"
|
||||||
|
|
||||||
namespace DragonLisp {
|
namespace DragonLisp {
|
||||||
Loading…
Reference in New Issue