aboutsummaryrefslogtreecommitdiff
path: root/core/text/regex/common/os.odin
blob: bde57f77f71788f7287bc10e7b7a2b2df4716848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#+build !freestanding
#+build !js
package regex_common

/*
	(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
	Made available under Odin's license.

	List of contributors:
		Feoramund: Initial implementation.
*/

@require import "core:os"

when ODIN_DEBUG_REGEX {
	debug_stream := os.stderr.stream
}