From 44d373958419f8f3acebb8943100ead35235f6c1 Mon Sep 17 00:00:00 2001 From: Vladimir Uhlik Date: Tue, 30 Jul 2024 17:57:45 +0200 Subject: [PATCH] interfaces:ast: Apply some naming changes. --- include/vast/Interfaces/AST/Common.td | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/vast/Interfaces/AST/Common.td b/include/vast/Interfaces/AST/Common.td index 6fe4554753..dc52c2f562 100644 --- a/include/vast/Interfaces/AST/Common.td +++ b/include/vast/Interfaces/AST/Common.td @@ -1,7 +1,7 @@ // Copyright (c) 2024, Trail of Bits, Inc. -#ifndef VAST_AST_INTERFACES_COMMON -#define VAST_AST_INTERFACES_COMMON +#ifndef VAST_INTERFACES_AST_COMMON +#define VAST_INTERFACES_AST_COMMON include "mlir/IR/OpBase.td" @@ -23,5 +23,5 @@ class VAST_ASTAttrInterface baseInterfaces = []> let cppNamespace = "::vast::ast"; } -#endif // VAST_AST_INTERFACES_COMMON +#endif // VAST_INTERFACES_AST_COMMON