gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9536: comment might be threated as


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9536: comment might be threated as part of the preprocessor-statement
Date: Thu, 24 Jul 2008 23:04:17 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9536
committer: Markus Gothe <address@hidden>
branch nick: gnash
timestamp: Thu 2008-07-24 23:04:17 +0200
message:
  comment might be threated as part of the preprocessor-statement
modified:
  testsuite/actionscript.all/array.as
=== modified file 'testsuite/actionscript.all/array.as'
--- a/testsuite/actionscript.all/array.as       2008-03-19 16:36:42 +0000
+++ b/testsuite/actionscript.all/array.as       2008-07-24 21:04:17 +0000
@@ -1303,7 +1303,8 @@
 // Force an indexed property to a getter/setter
 //---------------------------------------------
 
-#if OUTPUT_VERSION > 5 // addProperty was added in SWF6
+// addProperty was added in SWF6
+#if OUTPUT_VERSION > 5
 
 function get() { getCalls++; }
 function set() { setCalls++; }


reply via email to

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