public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: swagiaal@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: swagiaal: removed value argument CompositeType::iterator().Fixes broken build.
Date: Fri, 09 Nov 2007 19:34:00 -0000	[thread overview]
Message-ID: <20071109193415.18868.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  7f1af8e43becb1579889c0764a96e37e4efe52b1 (commit)
      from  90461168c98edfed137f66e8633b66e04e15f499 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 7f1af8e43becb1579889c0764a96e37e4efe52b1
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Fri Nov 9 14:29:26 2007 -0500

    swagiaal: removed value argument CompositeType::iterator().Fixes broken build.
    
    frysk-core/frysk/value/ChangeLog
    +2007-11-09  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +       * CompositeType.java (iterator): removed value argument
    +       from bad merge.
    +

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/value/ChangeLog          |    5 +++++
 frysk-core/frysk/value/CompositeType.java |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/value/ChangeLog b/frysk-core/frysk/value/ChangeLog
index 547ed33..db39231 100644
--- a/frysk-core/frysk/value/ChangeLog
+++ b/frysk-core/frysk/value/ChangeLog
@@ -50,6 +50,11 @@
 		
 2007-11-09  Sami Wagiaalla  <swagiaal@redhat.com>
 
+	* CompositeType.java (iterator): removed value argument
+	from bad merge.
+
+2007-11-09  Sami Wagiaalla  <swagiaal@redhat.com>
+
 	* CompositeType.java (addStaticMember): New function.
 	(Member.Member): Moved Access and inheretence arguments
 	from DynamicMember to this constructor.
diff --git a/frysk-core/frysk/value/CompositeType.java b/frysk-core/frysk/value/CompositeType.java
index 059351b..db5d7ae 100644
--- a/frysk-core/frysk/value/CompositeType.java
+++ b/frysk-core/frysk/value/CompositeType.java
@@ -244,7 +244,7 @@ public abstract class CompositeType
 	}
     }
  
-    public ClassIterator iterator (Value v) {
+    public ClassIterator iterator () {
 	return new ClassIterator();
     }
 


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2007-11-09 19:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071109193415.18868.qmail@sourceware.org \
    --to=swagiaal@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).