Skip to content

Commit

Permalink
Preprocessor: use TokenIndex instead ofu32 for ExpansionEntry index
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaas committed Feb 9, 2024
1 parent be63453 commit ff6fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aro/Preprocessor.zig
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Macro = struct {
const Preprocessor = @This();

const ExpansionEntry = struct {
idx: u32,
idx: Tree.TokenIndex,
locs: [*]Source.Location,
};

Expand Down

0 comments on commit ff6fd83

Please sign in to comment.