refactor: non-generated files: .hh -> .h
This commit is contained in:
parent
a529b6e3f6
commit
f0a68d5eb7
|
|
@ -4,7 +4,7 @@
|
|||
#include <cstdint>
|
||||
#include <iostream>
|
||||
|
||||
#include "DragonLispScanner.hh"
|
||||
#include "DragonLispScanner.h"
|
||||
|
||||
#undef YY_DECL
|
||||
#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 <iostream>
|
||||
|
||||
#include "DragonLispDriver.hh"
|
||||
#include "DragonLispDriver.h"
|
||||
|
||||
#undef yylex
|
||||
#define yylex scanner.yylex
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
#include "DragonLispDriver.hh"
|
||||
#include "DragonLispDriver.h"
|
||||
|
||||
namespace DragonLisp {
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include <string>
|
||||
#include <istream>
|
||||
|
||||
#include "DragonLispScanner.hh"
|
||||
#include "DragonLispScanner.h"
|
||||
#include "DragonLisp.tab.hh"
|
||||
|
||||
namespace DragonLisp {
|
||||
Loading…
Reference in New Issue