compiler: add error to list of built-in types.
[gcc.git] / gcc / go / gofrontend / export.h
index 1f8278f419a10b96543b78def23bd29709996574..a06b549b609a2b2aef0af25e8c69635fcba4e6c1 100644 (file)
@@ -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