From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nalaginrut Newsgroups: gmane.lisp.guile.devel Subject: [PATCH] guile-gnome corba change scm_vtable_index_printer to scm_vtable_index_instance_printer Date: Thu, 13 Sep 2012 14:51:44 +0800 Organization: HFG Message-ID: <1347519104.3911.26.camel@Renee-SUSE.suse> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-y5B98ltQIAs1DtulnejU" X-Trace: ger.gmane.org 1347519123 10778 80.91.229.3 (13 Sep 2012 06:52:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2012 06:52:03 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 13 08:52:06 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TC3HR-0003Vh-2f for guile-devel@m.gmane.org; Thu, 13 Sep 2012 08:52:05 +0200 Original-Received: from localhost ([::1]:40130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC3HN-0005KA-Co for guile-devel@m.gmane.org; Thu, 13 Sep 2012 02:52:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC3HG-0005JU-HU for guile-devel@gnu.org; Thu, 13 Sep 2012 02:52:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TC3HC-0005GT-8w for guile-devel@gnu.org; Thu, 13 Sep 2012 02:51:54 -0400 Original-Received: from mail-qa0-f41.google.com ([209.85.216.41]:47193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC3HC-0005GB-43 for guile-devel@gnu.org; Thu, 13 Sep 2012 02:51:50 -0400 Original-Received: by qafk30 with SMTP id k30so3526855qaf.0 for ; Wed, 12 Sep 2012 23:51:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:organization:content-type:x-mailer :mime-version; bh=pV0d1f98Mj5OomNJCtqeAPJ73fjryRX7RqhSjl01J2Y=; b=fStRubLkYMPsg8U0cDrzigzSv8Ou7EDnnHW06GBnjGaDIdrNHKhaNQXj9A+v+/ZtaZ iYh5hfpV/6POx9sY6vHmzKwGGJu+iqWGORdquMpDfxsghY1HEfZy8HJwYwxp9aLkCy8X qL3yE0MxvZw2kP6+rLyTWA5FwD+50qp7ocKnLUGYaYlPk5x10bkfWxKZuq7X7hlwzTrv mGjhFPVqRT/AdJ9/aUJ9aZct6BnyKokA2ejwJgszXaN6Q8iH5ra1lyTsHCsjB0rs8qCG 6Uf6JL2vl4w3NiQbFOvnroqWY5bsBEElQAlVs9VQQ4kw6kp51nsEjrRkXHJx7HPj0pRw 8TnA== Original-Received: by 10.224.196.135 with SMTP id eg7mr3624697qab.24.1347519109055; Wed, 12 Sep 2012 23:51:49 -0700 (PDT) Original-Received: from [147.2.147.112] ([61.14.130.226]) by mx.google.com with ESMTPS id y18sm13015961qaa.15.2012.09.12.23.51.46 (version=SSLv3 cipher=OTHER); Wed, 12 Sep 2012 23:51:48 -0700 (PDT) X-Mailer: Evolution 3.2.3 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.41 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:14882 Archived-At: --=-y5B98ltQIAs1DtulnejU Content-Type: text/plain Content-Transfer-Encoding: 7bit The patch to fix the error while compiling the corba module. --=-y5B98ltQIAs1DtulnejU Content-Disposition: attachment; filename*0=0001-change-scm_vtable_index_printer-to-scm_vtable_index_.pat; filename*1=ch Content-Type: text/x-patch; name="0001-change-scm_vtable_index_printer-to-scm_vtable_index_.patch"; charset="UTF-8" Content-Transfer-Encoding: 7bit >From 4de97260fcf465b2e1d3a6c7c89845de5bd1697d Mon Sep 17 00:00:00 2001 From: Nala Ginrut Date: Thu, 13 Sep 2012 14:46:16 +0800 Subject: [PATCH] change scm_vtable_index_printer to scm_vtable_index_instance_printer modified: corba/gnome/corba/guile-gnome-corba-types.c --- corba/gnome/corba/guile-gnome-corba-types.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/corba/gnome/corba/guile-gnome-corba-types.c b/corba/gnome/corba/guile-gnome-corba-types.c index e5ad9f8..546339d 100644 --- a/corba/gnome/corba/guile-gnome-corba-types.c +++ b/corba/gnome/corba/guile-gnome-corba-types.c @@ -60,7 +60,7 @@ print_corba_struct (SCM corba_struct, SCM port) CORBA_TypeCode tc; gchar *message; - printer = SCM_PACK (SCM_STRUCT_DATA (corba_struct) [scm_vtable_index_printer]); + printer = SCM_PACK (SCM_STRUCT_DATA (corba_struct) [scm_vtable_index_instance_printer]); if (SCM_NIMP (printer) && scm_procedure_p (printer)) return scm_call_2 (printer, corba_struct, port); @@ -80,7 +80,7 @@ print_corba_sequence (SCM corba_sequence, SCM port) CORBA_TypeCode tc; gchar *message; - printer = SCM_PACK (SCM_STRUCT_DATA (corba_sequence) [scm_vtable_index_printer]); + printer = SCM_PACK (SCM_STRUCT_DATA (corba_sequence) [scm_vtable_index_instance_printer]); if (SCM_NIMP (printer) && scm_procedure_p (printer)) return scm_call_2 (printer, corba_sequence, port); @@ -822,7 +822,7 @@ scm_init_gnome_corba_types (void) SCM_SET_CORBA_STRUCT_TYPECODE (scm_corba_struct_vtable, TC_CORBA_TypeCode); scm_c_define ("%corba-struct-vtable", scm_corba_struct_vtable); scm_c_define ("%corba-struct-vtable-offset-user", scm_from_int (scm_corba_struct_vtable_offset_user)); - scm_c_define ("%corba-struct-vtable-offset-printer", scm_from_int (scm_vtable_index_printer)); + scm_c_define ("%corba-struct-vtable-offset-printer", scm_from_int (scm_vtable_index_instance_printer)); gsubr = scm_c_make_gsubr ("%print-corba-sequence", 2, 0, 0, print_corba_sequence); scm_corba_sequence_vtable = scm_permanent_object @@ -831,7 +831,7 @@ scm_init_gnome_corba_types (void) SCM_SET_CORBA_SEQUENCE_TYPECODE (scm_corba_sequence_vtable, TC_CORBA_TypeCode); scm_c_define ("%corba-sequence-vtable", scm_corba_sequence_vtable); scm_c_define ("%corba-sequence-vtable-offset-user", scm_from_int (scm_corba_sequence_vtable_offset_user)); - scm_c_define ("%corba-sequence-vtable-offset-printer", scm_from_int (scm_vtable_index_printer)); + scm_c_define ("%corba-sequence-vtable-offset-printer", scm_from_int (scm_vtable_index_instance_printer)); scm_c_export ("%corba-struct-vtable", "%corba-struct-vtable-offset-user", -- 1.7.7 --=-y5B98ltQIAs1DtulnejU--