Skip to content

Commit

Permalink
interfaces:ast: Apply some naming changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthro-poid committed Jul 30, 2024
1 parent 64028a5 commit 44d3739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/vast/Interfaces/AST/Common.td
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -23,5 +23,5 @@ class VAST_ASTAttrInterface<string name, list<Interface> baseInterfaces = []>
let cppNamespace = "::vast::ast";
}

#endif // VAST_AST_INTERFACES_COMMON
#endif // VAST_INTERFACES_AST_COMMON

0 comments on commit 44d3739

Please sign in to comment.