diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-12 23:08:32 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-12 23:08:32 -0800 |
| commit | b95f4087a86256a7e588b9b0e5c624ee875f9ab3 (patch) | |
| tree | cbe4480d32e8421f32b888af7a11e3d7541514ed /vm.c | |
| parent | 6deb08a4ab64a998a5844df8f61fb8abe56f5d7b (diff) | |
Updated comment
Diffstat (limited to 'vm.c')
| -rw-r--r-- | vm.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ __attribute__((nonnull, pure)) static match_t *get_capture_by_name(match_t *m, const char *name); // -// UTF8-compliant char iteration +// Return the location of the next character or UTF8 codepoint. +// (i.e. skip forward one codepoint at a time, not one byte at a time) // static inline const char *next_char(file_t *f, const char *str) { |
