diff options
Diffstat (limited to 'gcc/go/gofrontend/export.h')
-rw-r--r-- | gcc/go/gofrontend/export.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/go/gofrontend/export.h b/gcc/go/gofrontend/export.h index 90c2465..4a1fd2b6 100644 --- a/gcc/go/gofrontend/export.h +++ b/gcc/go/gofrontend/export.h @@ -33,14 +33,12 @@ enum Builtin_code BUILTIN_INT = -11, BUILTIN_UINT = -12, BUILTIN_UINTPTR = -13, - BUILTIN_FLOAT = -14, BUILTIN_BOOL = -15, BUILTIN_STRING = -16, BUILTIN_COMPLEX64 = -17, BUILTIN_COMPLEX128 = -18, - BUILTIN_COMPLEX = -19, - SMALLEST_BUILTIN_CODE = -19 + SMALLEST_BUILTIN_CODE = -18 }; // This class manages exporting Go declarations. It handles the main |