git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398fa92
)
added OPCODE_ definitions
author
kramm
<kramm>
Fri, 19 Dec 2008 08:03:03 +0000
(08:03 +0000)
committer
kramm
<kramm>
Fri, 19 Dec 2008 08:03:03 +0000
(08:03 +0000)
lib/as3/mkabc.py
patch
|
blob
|
history
diff --git
a/lib/as3/mkabc.py
b/lib/as3/mkabc.py
index
0a946d6
..
57d68f5
100644
(file)
--- a/
lib/as3/mkabc.py
+++ b/
lib/as3/mkabc.py
@@
-126,6
+126,8
@@
for line in fi.readlines():
foh.write(",".join(["method->code"]+names))
foh.write("))\n")
+ foh.write("#define OPCODE_"+name.upper()+" "+op+"\n")
+
foh.write("#endif\n")
foh.close()