From 5dbeb128d9d33ef23e15b65dad1c7cc28793692d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 17 Sep 2012 05:15:36 +0000 Subject: compile: Detect invalid and likely-bad import statements. * Make-lang.in (go/gogo.o): Depend on filenames.h. From-SVN: r191372 --- gcc/go/gofrontend/lex.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/go/gofrontend/lex.h') diff --git a/gcc/go/gofrontend/lex.h b/gcc/go/gofrontend/lex.h index 8858e73..074bbae 100644 --- a/gcc/go/gofrontend/lex.h +++ b/gcc/go/gofrontend/lex.h @@ -375,6 +375,10 @@ class Lex static int fetch_char(const char* str, unsigned int *value); + // Return whether C is a Unicode or "C" locale space character. + static bool + is_unicode_space(unsigned int c); + private: ssize_t get_line(); -- cgit v1.1