[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1043-g85f707c

Michael Adam obnox at samba.org
Tue Feb 26 15:41:56 GMT 2008


The branch, v4-0-test has been updated
       via  85f707c6abc48739c0c3b423ac0b196d2b75e40c (commit)
      from  4d17d44d3f418216a40c80f290f97a4dc29147b0 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 85f707c6abc48739c0c3b423ac0b196d2b75e40c
Author: Michael Adam <obnox at samba.org>
Date:   Tue Feb 26 15:38:45 2008 +0100

    pidl: Remove superfluous semicolon in perl code.
    
    Michael

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

Summary of changes:
 source/pidl/idl.yp                |    2 +-
 source/pidl/lib/Parse/Pidl/IDL.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/pidl/idl.yp b/source/pidl/idl.yp
index 028b628..c7ca0c7 100644
--- a/source/pidl/idl.yp
+++ b/source/pidl/idl.yp
@@ -391,7 +391,7 @@ sub _Error {
 		error($_[0]->YYData, $_[0]->YYData->{ERRMSG});
 		delete $_[0]->YYData->{ERRMSG};
 		return;
-	};
+	}
 	my $last_token = $_[0]->YYData->{LAST_TOKEN};
 	
 	error($_[0]->YYData, "Syntax error near '$last_token'");
diff --git a/source/pidl/lib/Parse/Pidl/IDL.pm b/source/pidl/lib/Parse/Pidl/IDL.pm
index aeee69e..4adb4dc 100644
--- a/source/pidl/lib/Parse/Pidl/IDL.pm
+++ b/source/pidl/lib/Parse/Pidl/IDL.pm
@@ -2408,7 +2408,7 @@ sub _Error {
 		error($_[0]->YYData, $_[0]->YYData->{ERRMSG});
 		delete $_[0]->YYData->{ERRMSG};
 		return;
-	};
+	}
 	my $last_token = $_[0]->YYData->{LAST_TOKEN};
 	
 	error($_[0]->YYData, "Syntax error near '$last_token'");


-- 
Samba Shared Repository


More information about the samba-cvs mailing list