]> granicus.if.org Git - python/commit
Revamped type declaration so the basic routines return a list of strings.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 22 Jun 2005 20:35:23 +0000 (20:35 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 22 Jun 2005 20:35:23 +0000 (20:35 +0000)
commitab16c35f462ec195f4e709b5785d405d1cb6fe6d
tree999a5d3fec01aefc09f1fcd52378860c40586aca
parent8ceeaba012807ff79f6d65a98f74ee9f7baf230f
Revamped type declaration so the basic routines return a list of strings.
This allows variables to be declared as formal arguments. The bgenType.declare
method now simply outputs all declarations on separate lines ending
in semicolons.
Tools/bgen/bgen/bgenBuffer.py
Tools/bgen/bgen/bgenHeapBuffer.py
Tools/bgen/bgen/bgenStackBuffer.py
Tools/bgen/bgen/bgenStringBuffer.py
Tools/bgen/bgen/bgenType.py
Tools/bgen/bgen/bgenVariable.py