From fb3f3aa2db50e34f8e1881d7472c1acf14d95963 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 21 Jan 2012 21:26:10 +0000 Subject: compiler: Change alias handling, change rune alias to int32. From-SVN: r183374 --- gcc/go/gofrontend/expressions.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/go/gofrontend/expressions.h') diff --git a/gcc/go/gofrontend/expressions.h b/gcc/go/gofrontend/expressions.h index 668f8a1..efe54d1 100644 --- a/gcc/go/gofrontend/expressions.h +++ b/gcc/go/gofrontend/expressions.h @@ -164,6 +164,11 @@ class Expression static Expression* make_string(const std::string&, Location); + // Make a character constant expression. TYPE should be NULL for an + // abstract type. + static Expression* + make_character(const mpz_t*, Type*, Location); + // Make a constant integer expression. TYPE should be NULL for an // abstract type. static Expression* -- cgit v1.1