aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/export.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-01-21 21:26:10 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-01-21 21:26:10 +0000
commitfb3f3aa2db50e34f8e1881d7472c1acf14d95963 (patch)
tree028f071b465ab278a66ee501a5ee1ae92b8b4234 /gcc/go/gofrontend/export.h
parent4787ac51eb9b79b3cd27f0366a86df5440eaeee6 (diff)
downloadgcc-fb3f3aa2db50e34f8e1881d7472c1acf14d95963.zip
gcc-fb3f3aa2db50e34f8e1881d7472c1acf14d95963.tar.gz
gcc-fb3f3aa2db50e34f8e1881d7472c1acf14d95963.tar.bz2
compiler: Change alias handling, change rune alias to int32.
From-SVN: r183374
Diffstat (limited to 'gcc/go/gofrontend/export.h')
-rw-r--r--gcc/go/gofrontend/export.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/export.h b/gcc/go/gofrontend/export.h
index a06b549..087f477 100644
--- a/gcc/go/gofrontend/export.h
+++ b/gcc/go/gofrontend/export.h
@@ -40,8 +40,10 @@ enum Builtin_code
BUILTIN_COMPLEX64 = -17,
BUILTIN_COMPLEX128 = -18,
BUILTIN_ERROR = -19,
+ BUILTIN_BYTE = -20,
+ BUILTIN_RUNE = -21,
- SMALLEST_BUILTIN_CODE = -19
+ SMALLEST_BUILTIN_CODE = -21
};
// This class manages exporting Go declarations. It handles the main