got it compiling again (still quite a bit todo)
This commit is contained in:
@@ -2,6 +2,7 @@ package grime
|
||||
|
||||
rune16 :: distinct u16
|
||||
|
||||
when false {
|
||||
// Exposing the alloc_error
|
||||
@(require_results)
|
||||
string_to_runes :: proc ( content : string, allocator := context.allocator) -> (runes : []rune, alloc_error: Odin_AllocatorError) #optional_allocator_error {
|
||||
@@ -36,3 +37,5 @@ string_to_runes_array :: proc( content : string, allocator := context.allocator
|
||||
}
|
||||
return runes, alloc_error
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user