blob: cdfdb7497185e489d2edc03526a0bd3e450144ed [file] [log] [blame]
Abhilash S.L3b494632019-07-16 15:51:09 +05301// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
2
3package language
4
5// This file contains code common to the maketables.go and the package code.
6
7// AliasType is the type of an alias in AliasMap.
8type AliasType int8
9
10const (
11 Deprecated AliasType = iota
12 Macro
13 Legacy
14
15 AliasTypeUnknown AliasType = -1
16)