aboutsummaryrefslogtreecommitdiff
path: root/core/flags/errors_bsd.odin
blob: 1fe6de90b6f2a04c42d072a462cf00c2e4e5292e (plain)
1
2
3
4
5
6
7
8
9
//+build netbsd, openbsd
package flags

import "base:runtime"

Unified_Parse_Error_Reason :: union #shared_nil {
	Parse_Error_Reason,
	runtime.Allocator_Error,
}