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:
05c572c
)
removed debug code
author
kramm
<kramm>
Mon, 24 Nov 2008 16:18:08 +0000
(16:18 +0000)
committer
kramm
<kramm>
Mon, 24 Nov 2008 16:18:08 +0000
(16:18 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
3576e01
..
8de63e6
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-166,8
+166,6
@@
class ConfigScript:
for i in [1,2,4,8]:
s = "static int test_array [%d+1-sizeof(%s)*2];\ntest_array [0] = 0;" % (i*2,t)
if self.test_code("", s):
- print s
- print i
return i
return None
elif name.startswith("USE_FREEETYPE"):