You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
347 B

  1. // This file was generated by go generate; DO NOT EDIT
  2. package language
  3. // This file contains code common to the maketables.go and the package code.
  4. // langAliasType is the type of an alias in langAliasMap.
  5. type langAliasType int8
  6. const (
  7. langDeprecated langAliasType = iota
  8. langMacro
  9. langLegacy
  10. langAliasTypeUnknown langAliasType = -1
  11. )