From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: make-glil-local ? Date: Sun, 28 Feb 2010 22:25:57 +0000 Message-ID: <87fx4l80ay.fsf@ossau.uklinux.net> References: <87eikns71p.fsf@ambire.localdomain> <87y6iuq246.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1267396004 24500 80.91.229.12 (28 Feb 2010 22:26:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Feb 2010 22:26:44 +0000 (UTC) Cc: bug-guile@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Feb 28 23:26:40 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nlrax-0007uf-Fh for guile-bugs@m.gmane.org; Sun, 28 Feb 2010 23:26:39 +0100 Original-Received: from localhost ([127.0.0.1]:43025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nlraw-0008TL-P5 for guile-bugs@m.gmane.org; Sun, 28 Feb 2010 17:26:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nlraq-0008TF-I1 for bug-guile@gnu.org; Sun, 28 Feb 2010 17:26:32 -0500 Original-Received: from [140.186.70.92] (port=48540 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nlrap-0008T6-NC for bug-guile@gnu.org; Sun, 28 Feb 2010 17:26:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nlrao-0008LI-UY for bug-guile@gnu.org; Sun, 28 Feb 2010 17:26:31 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:46298) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nlrao-0008LD-N8; Sun, 28 Feb 2010 17:26:30 -0500 Original-Received: from arudy (host86-182-154-126.range86-182.btcentralplus.com [86.182.154.126]) by mail3.uklinux.net (Postfix) with ESMTP id 4EED41F691C; Sun, 28 Feb 2010 22:26:29 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id D3F4B3801F; Sun, 28 Feb 2010 22:25:57 +0000 (GMT) In-Reply-To: <87y6iuq246.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Mon, 15 Feb 2010 10:28:41 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4521 Archived-At: ludo@gnu.org (Ludovic Court=E8s) writes: > Hi, > > Thien-Thi Nguyen writes: > >> There was a warning in about possibly undefined `make-glil-local' >> in module/language/glil/decompile-assembly.scm and indeed i can't >> find that symbol anywhere... > > Yes, we all see these warnings. The idea is that someday someone will > be annoyed and will fix it. :-) Is the warning correct? Neil