Skip to content

Commit

Permalink
Merge pull request #716 from thelilylang/rename_header_guard_name_of_…
Browse files Browse the repository at this point in the history
…resolver_expr

Rename header guard name of expression resolver
  • Loading branch information
ArthurPV authored Jan 14, 2025
2 parents b9b45c9 + 1e6cb96 commit 3a50bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/core/cc/ci/resolver/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* SOFTWARE.
*/

#ifndef LILY_CORE_CC_CI_PREPROCESSOR_CONDITION_RESOLVER_H
#define LILY_CORE_CC_CI_PREPROCESSOR_CONDITION_RESOLVER_H
#ifndef LILY_CORE_CC_CI_RESOLVER_EXPR_H
#define LILY_CORE_CC_CI_RESOLVER_EXPR_H

#include <core/cc/ci/ast.h>
#include <core/cc/ci/parser.h>
Expand Down Expand Up @@ -79,4 +79,4 @@ to_literal_integer_value__CIResolverExpr(CIExpr *expr);
CIExpr *
run__CIResolverExpr(const CIResolverExpr *self, CIExpr *expr);

#endif // LILY_CORE_CC_CI_PREPROCESSOR_CONDITION_RESOLVER_H
#endif // LILY_CORE_CC_CI_RESOLVER_EXPR_H

0 comments on commit 3a50bfa

Please sign in to comment.