From 8c1ca7ee3a35bf00201c6a82ccd5b663575328a7 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Fri, 16 Jun 2017 14:33:28 +0000 Subject: Fix keyboard flub. From-SVN: r249262 --- gcc/cp/rtti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/rtti.c') diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 6d0316f..ff72ce5 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -1613,7 +1613,7 @@ emit_tinfo_decl (tree decl) TREE_PUBLIC (decl) = 0; DECL_EXTERNAL (decl) = 0; DECL_INTERFACE_KNOWN (decl) = 1; - }u + } import_export_decl (decl); if (DECL_NOT_REALLY_EXTERN (decl) && decl_needed_p (decl)) -- cgit v1.1