mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
core:text/regex -> core:os/os2
This commit is contained in:
@@ -8,14 +8,14 @@ package regex_common
|
||||
Feoramund: Initial implementation.
|
||||
*/
|
||||
|
||||
@require import "core:os"
|
||||
@require import os "core:os/os2"
|
||||
import "core:io"
|
||||
import "core:strings"
|
||||
|
||||
ODIN_DEBUG_REGEX :: #config(ODIN_DEBUG_REGEX, false)
|
||||
|
||||
when ODIN_DEBUG_REGEX {
|
||||
debug_stream := os.stream_from_handle(os.stderr)
|
||||
debug_stream := os.stderr.stream
|
||||
}
|
||||
|
||||
write_padded_hex :: proc(w: io.Writer, #any_int n, zeroes: int) {
|
||||
|
||||
Reference in New Issue
Block a user