develooper Front page | perl.perl5.changes | Postings from June 2009

[perl.git] branch blead, updated. GitLive-blead-1481-g0ee0837

From:
Craig A. Berry
Date:
June 28, 2009 16:44
Subject:
[perl.git] branch blead, updated. GitLive-blead-1481-g0ee0837
Message ID:
E1ML42g-00042y-VH@camel.booking.com
In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0ee0837e8d54264dbb29748bad993d0f255f67f4?hp=7f6de3fd9c6262f6bfca99202007be1dbe7ac758>

- Log -----------------------------------------------------------------
commit 0ee0837e8d54264dbb29748bad993d0f255f67f4
Author: Adam Russell <arussell@cs.uml.edu>
Date:   Sat Jun 27 22:06:01 2009 -0400

    Removed obsolete E32Dll dll entry point which was removed from Symbian SDKs a long time ago(as of S60 3rd edition).
-----------------------------------------------------------------------

Summary of changes:
 symbian/symbian_dll.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/symbian/symbian_dll.cpp b/symbian/symbian_dll.cpp
index 92a06b8..a206c99 100644
--- a/symbian/symbian_dll.cpp
+++ b/symbian/symbian_dll.cpp
@@ -10,8 +10,6 @@
 #include <e32base.h>
 #include "PerlBase.h"
 
-EXPORT_C GLDEF_C TInt E32Dll(TDllReason /*aReason*/) { return KErrNone; }
-
 extern "C" {
     EXPORT_C void* symbian_get_vars(void)	   { return Dll::Tls(); }
     EXPORT_C void  symbian_set_vars(const void *p) { Dll::SetTls((TAny*)p); }

--
Perl5 Master Repository



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About