aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/string_view.h
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-25 12:37:25 +0200
committerBad Diode <bd@badd10de.dev>2021-10-25 12:37:25 +0200
commitb9644b4ccda5abee01fd0704ddc42b08b68e5b5d (patch)
treeed7d94f6f6ca242574234305c8574797cc6d22b0 /src/bytecode/string_view.h
parente2c284b57641b5feec9a8d04313b0cd6d556e860 (diff)
downloadbdl-b9644b4ccda5abee01fd0704ddc42b08b68e5b5d.tar.gz
bdl-b9644b4ccda5abee01fd0704ddc42b08b68e5b5d.zip
Change chunk to store a name
Diffstat (limited to 'src/bytecode/string_view.h')
-rwxr-xr-xsrc/bytecode/string_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode/string_view.h b/src/bytecode/string_view.h
index 42273ab..64c8d8e 100755
--- a/src/bytecode/string_view.h
+++ b/src/bytecode/string_view.h
@@ -16,6 +16,6 @@ char sv_peek(const StringView *sv);
16bool sv_equal(const StringView *a, const StringView *b); 16bool sv_equal(const StringView *a, const StringView *b);
17 17
18// Write a character to the given output stream. 18// Write a character to the given output stream.
19void sv_write(const StringView *sv, FILE *file); 19void sv_write(const StringView *sv);
20 20
21#endif // BDL_STRINGVIEW_H 21#endif // BDL_STRINGVIEW_H