summaryrefslogtreecommitdiff
path: root/lang/gcc48/patches/patch-gcc_go_go-lang.c
blob: ccf79b25bc9200b54872eb04196fa3f6e86db663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-gcc_go_go-lang.c,v 1.1 2014/05/31 13:06:25 ryoon Exp $

--- gcc/go/go-lang.c.orig	2013-12-12 02:29:08.000000000 +0000
+++ gcc/go/go-lang.c
@@ -457,6 +457,12 @@ go_localize_identifier (const char *iden
   return identifier_to_locale (ident);
 }
 
+const char *
+fname_as_string(int pretty_p __attribute__((__unused__)))
+{
+	return NULL;
+}
+
 #undef LANG_HOOKS_NAME
 #undef LANG_HOOKS_INIT
 #undef LANG_HOOKS_OPTION_LANG_MASK