Skip to content

Commit

Permalink
update decls.ri
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS authored Nov 7, 2023
1 parent 8eb5b46 commit 1de8d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rivet/src/checker/decls.ri
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 The Rivet Developers. All rights reserved.
ya// Copyright (C) 2023 The Rivet Developers. All rights reserved.
// Use of this source code is governed by an MIT license that can
// be found in the LICENSE file.

Expand Down Expand Up @@ -53,7 +53,7 @@ extend Checker {
alias_sym is ast.Const -> .Upper,
else -> .Snake
}, "alias", alias_decl.name, alias_decl.pos
)
);
},
.Extern as extern_decl -> {
self.inside_extern = true;
Expand Down

0 comments on commit 1de8d1e

Please sign in to comment.