aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/export.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-12-01 18:57:10 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-12-01 18:57:10 +0000
commite411850054322167de1ae23af2b7c9b7a1ac9029 (patch)
tree4933f4f00f1dfda27ff47044cab8049911bf2186 /gcc/go/gofrontend/export.h
parentb0d0a2918f405c52d9b6893d3c4ed77e5d659a06 (diff)
downloadgcc-e411850054322167de1ae23af2b7c9b7a1ac9029.zip
gcc-e411850054322167de1ae23af2b7c9b7a1ac9029.tar.gz
gcc-e411850054322167de1ae23af2b7c9b7a1ac9029.tar.bz2
compiler: add error to list of built-in types.
From-SVN: r181889
Diffstat (limited to 'gcc/go/gofrontend/export.h')
-rw-r--r--gcc/go/gofrontend/export.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/export.h b/gcc/go/gofrontend/export.h
index 1f8278f..a06b549 100644
--- a/gcc/go/gofrontend/export.h
+++ b/gcc/go/gofrontend/export.h
@@ -39,8 +39,9 @@ enum Builtin_code
BUILTIN_STRING = -16,
BUILTIN_COMPLEX64 = -17,
BUILTIN_COMPLEX128 = -18,
+ BUILTIN_ERROR = -19,
- SMALLEST_BUILTIN_CODE = -18
+ SMALLEST_BUILTIN_CODE = -19
};
// This class manages exporting Go declarations. It handles the main