Commit a0a757c0 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Skip the argument names when writing the prototypes

parent 836c4611
......@@ -366,8 +366,6 @@ class Func(object):
for a in self.al:
s += p + ctypes[a.typ]
p = ", "
if a.nam != None:
s += " " + a.nam
s += ");"
return s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment