refactor: non-generated files: .hh -> .h (2)
This commit is contained in:
parent
f0a68d5eb7
commit
72a5daf94a
|
|
@ -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 <string>
|
||||
#include <istream>
|
||||
|
|
@ -28,4 +28,4 @@ private:
|
|||
|
||||
} // end namespace DragonLisp
|
||||
|
||||
#endif // __DRAGON_LISP_DRIVER_HH__
|
||||
#endif // __DRAGON_LISP_DRIVER_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 <FlexLexer.h>
|
||||
|
|
@ -32,4 +32,4 @@ public:
|
|||
|
||||
} // end namespace DragonLisp
|
||||
|
||||
#endif // __DRAGON_LISP_SCANNER_HH__
|
||||
#endif // __DRAGON_LISP_SCANNER_H__
|
||||
Loading…
Reference in New Issue