Skip to content

Commit

Permalink
Document the pretty-printer in the code generator
Browse files Browse the repository at this point in the history
No functional change.

(cherry picked from commit cb5c376)
  • Loading branch information
DemiMarie authored and marmarek committed Jun 22, 2024
1 parent 6e7c758 commit edf98b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qrexec-lib/unicode-generator.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ static bool is_permitted_code_point(uint32_t const code_point)
}
}

// Generate the table of allowed codepoints,
// as a bunch of cases in a switch statement.
static void print_code_point_list(FILE *out)
{
bool last_allowed = false;
Expand Down

0 comments on commit edf98b8

Please sign in to comment.