From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3184 invoked by alias); 23 Oct 2008 14:48:40 -0000 Received: (qmail 3172 invoked by uid 22791); 23 Oct 2008 14:48:39 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 23 Oct 2008 14:47:54 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D483B2ABED3; Thu, 23 Oct 2008 10:47:51 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id g-wZq-lpt6c0; Thu, 23 Oct 2008 10:47:51 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E322A2ABED2; Thu, 23 Oct 2008 10:47:49 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AE2B0E7AD0; Thu, 23 Oct 2008 07:47:47 -0700 (PDT) Date: Thu, 23 Oct 2008 14:48:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [RFA/Ada] Implement Ada tasking support (take 2) Message-ID: <20081023144747.GA29998@adacore.com> References: <20080924174850.GC3607@adacore.com> <20081022195840.GD3638@adacore.com> <20081022223621.GA25013@host0.dyn.jankratochvil.net> <20081023004905.GJ3638@adacore.com> <20081023080923.GA31562@host0.dyn.jankratochvil.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081023080923.GA31562@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00572.txt.bz2 > Interesting, the default in intl/config.intl is --enable-nls which > should fail this way. ARGH, that's it! I must have configured with --disable-nls out of habit (we build without nls because it avoids some dependencies on some of the exotic machines we build on). Sorry about that. > 2008-10-23 Jan Kratochvil > Joel Brobecker > > * ada-tasks.c (task_states, long_task_states): Use constant N_() > initializer. Define the strings as const. > (short_task_info, info_task): Translate the strings above. Yes. Thank you for fixing this. -- Joel