git @ Cat's Eye Technologies Tamsin / 25a3601
Odd that Python 2.7.3 did not complain about this... Cat's Eye Technologies 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
124124 for prod in module.prodlist:
125125 self.emit("void prod_%s_%s(%s);" % (
126126 mod_name, prod.name,
127 ', '.join(["const struct term *" % f
127 ', '.join(["const struct term *"
128128 for f in prod.branches[0].formals])
129129 ))
130130 self.emit("")