diff --git a/std/strings.pr b/std/strings.pr index f1e0a32..ab197a8 100644 --- a/std/strings.pr +++ b/std/strings.pr @@ -154,7 +154,6 @@ export type StringBuffer = struct { blocked: bool // This is annoying but needed to free the linked list without recursion } -/* export def destruct(this: *StringBuffer) -> bool { __destruct__(*this.data) if this.blocked { return false } @@ -174,7 +173,6 @@ export def destruct(this: *StringBuffer) -> bool { } return false } -*/ export def length(s: StringBuffer) -> size_t { return s.offset + s.data.length() diff --git a/version b/version index d143f18..9499ac2 100644 --- a/version +++ b/version @@ -1 +1 @@ -VERSION=0.3.13 \ No newline at end of file +VERSION=0.3.14 \ No newline at end of file