From f549dadb858cbf1bff1b3369dbdb2cc7d8f083a4 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sun, 11 Apr 2010 01:16:14 +0800 Subject: TARGET/MIPS32: review scope of functions Add "static" qualifier to private functions. Signed-off-by: Antonio Borneo --- src/target/mips32.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/target/mips32.h') diff --git a/src/target/mips32.h b/src/target/mips32.h index 94d29ff8..7ffe95fc 100644 --- a/src/target/mips32.h +++ b/src/target/mips32.h @@ -41,8 +41,6 @@ enum mips32_isa_mode MIPS32_ISA_MIPS16E = 1, }; -extern const char *mips_isa_strings[]; - struct mips32_comparator { int used; -- cgit v1.2.3