From 72a5daf94adfbfff1fe8962f69386a23a4529812 Mon Sep 17 00:00:00 2001 From: Eatswap Date: Mon, 12 Dec 2022 11:00:55 +0800 Subject: [PATCH] refactor: non-generated files: .hh -> .h (2) --- DragonLispDriver.h | 6 +++--- DragonLispScanner.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DragonLispDriver.h b/DragonLispDriver.h index 336fde4..3332406 100644 --- a/DragonLispDriver.h +++ b/DragonLispDriver.h @@ -1,5 +1,5 @@ -#ifndef __DRAGON_LISP_DRIVER_HH__ -#define __DRAGON_LISP_DRIVER_HH__ +#ifndef __DRAGON_LISP_DRIVER_H__ +#define __DRAGON_LISP_DRIVER_H__ #include #include @@ -28,4 +28,4 @@ private: } // end namespace DragonLisp -#endif // __DRAGON_LISP_DRIVER_HH__ +#endif // __DRAGON_LISP_DRIVER_H__ diff --git a/DragonLispScanner.h b/DragonLispScanner.h index 33075b4..785be87 100644 --- a/DragonLispScanner.h +++ b/DragonLispScanner.h @@ -1,5 +1,5 @@ -#ifndef __DRAGON_LISP_SCANNER_HH__ -#define __DRAGON_LISP_SCANNER_HH__ +#ifndef __DRAGON_LISP_SCANNER_H__ +#define __DRAGON_LISP_SCANNER_H__ #ifndef yyFlexLexerOnce #include @@ -32,4 +32,4 @@ public: } // end namespace DragonLisp -#endif // __DRAGON_LISP_SCANNER_HH__ \ No newline at end of file +#endif // __DRAGON_LISP_SCANNER_H__ \ No newline at end of file