methodbody and method were exchanged: fixed
authorkramm <kramm>
Tue, 23 Dec 2008 18:44:19 +0000 (18:44 +0000)
committerkramm <kramm>
Tue, 23 Dec 2008 18:44:19 +0000 (18:44 +0000)
lib/as3/mkabc.py

index f7266ca..82283ab 100644 (file)
@@ -66,9 +66,9 @@ for line in fi.readlines():
                 elif c in "nubs":
                     type,pname="int","v"
                 elif c == "m":
-                    type,pname="abc_method_body_t*","m"
-                elif c == "i":
                     type,pname="abc_method_t*","m"
+                elif c == "i":
+                    type,pname="abc_method_body_t*","m"
                 elif c == "c":
                     type,pname="abc_class_t*","m"
                 elif c == "j":