From 1e6cb962c96c03a5a7d44ccaeac3c22d13684a56 Mon Sep 17 00:00:00 2001 From: ArthurPV Date: Tue, 14 Jan 2025 13:26:50 -0500 Subject: [PATCH] refactor(cc/ci): Rename header guard name of expression resolver. --- include/core/cc/ci/resolver/expr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/core/cc/ci/resolver/expr.h b/include/core/cc/ci/resolver/expr.h index d35c34b6f..d0a4b1c3c 100644 --- a/include/core/cc/ci/resolver/expr.h +++ b/include/core/cc/ci/resolver/expr.h @@ -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 #include @@ -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