gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/avm2 r9606: Replace [type Dynamic] with [t


From: Tom Stellard
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9606: Replace [type Dynamic] with [type Object] .
Date: Sat, 11 Oct 2008 00:19:12 +0800
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9606
committer: Tom Stellard <address@hidden>
branch nick: gnash_dev
timestamp: Sat 2008-10-11 00:19:12 +0800
message:
  Replace [type Dynamic] with [type Object] .
modified:
  testsuite/actionscript.all/haxe-swf9/as_to_hx.pl
=== modified file 'testsuite/actionscript.all/haxe-swf9/as_to_hx.pl'
--- a/testsuite/actionscript.all/haxe-swf9/as_to_hx.pl  2008-10-10 14:48:51 
+0000
+++ b/testsuite/actionscript.all/haxe-swf9/as_to_hx.pl  2008-10-10 16:19:12 
+0000
@@ -237,6 +237,7 @@
        #even though there is no Object class in Haxe, when variables of type 
Dynamic are
        #compiled int byte code, they become an Object.
        $_ =~ s/\[object Dynamic\]/[object Object]/g;
+       $_ =~ s/\[type Dynamic\]/[type Object]/g;
 
        #Remove calls to ASSetPropFlags.  I can't find a Haxe equivilent.
        if($_ =~ /ASSetPropFlags/){


reply via email to

[Prev in Thread] Current Thread [Next in Thread]