Make include guards pass cpplint
This commit is contained in:
parent
10b1bd0f5c
commit
31a58bc7e4
33 changed files with 112 additions and 112 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __tree_sitter__code_generator__
|
||||
#define __tree_sitter__code_generator__
|
||||
#ifndef COMPILER_GENERATE_CODE_C_CODE_H_
|
||||
#define COMPILER_GENERATE_CODE_C_CODE_H_
|
||||
|
||||
#include "compiler/parse_table.h"
|
||||
#include "compiler/lex_table.h"
|
||||
|
|
@ -10,4 +10,4 @@ namespace tree_sitter {
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // COMPILER_GENERATE_CODE_C_CODE_H_
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __tree_sitter__helpers__
|
||||
#define __tree_sitter__helpers__
|
||||
#ifndef COMPILER_GENERATE_CODE_HELPERS_H_
|
||||
#define COMPILER_GENERATE_CODE_HELPERS_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
@ -16,4 +16,4 @@ namespace tree_sitter {
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // COMPILER_GENERATE_CODE_HELPERS_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue