]> git.ipfire.org Git - thirdparty/vala.git/commit
CodeWriter: Introduce CodeWriterType enumeration
authorRyan Lortie <desrt@desrt.ca>
Tue, 24 Aug 2010 17:10:24 +0000 (19:10 +0200)
committerJürg Billeter <j@bitron.ch>
Fri, 17 Sep 2010 23:00:13 +0000 (01:00 +0200)
commit7b9847de29a297e07310231655346f5d56a5b1ad
treeb59cc62d3608e31c42b963eef901632f1116efa6
parent8b6b7c0ce262714b3cacf17351edaf717978c535
CodeWriter: Introduce CodeWriterType enumeration

CodeWriterType has 3 possible values:
  DUMP
  INTERNAL
  EXTERNAL

and replaces CodeWriter.emit_internal and CodeWriter.dump_tree booleans
with a new field called 'type'.
compiler/valacompiler.vala
vala/valacodewriter.vala