comparison gen/toobj.c @ 4:e116aa1488e6 trunk

[svn r8] changed backend includes to always use the gen/<foo>.h prefix fixed passing string literals as array parameters few other fixes moved some array routines into gen/arrays
author lindquist
date Mon, 03 Sep 2007 17:34:30 +0200
parents c53b6e3fe49a
children 35d93ce68cf4
comparison
equal deleted inserted replaced
3:069cf4b0ec67 4:e116aa1488e6
32 #include "init.h" 32 #include "init.h"
33 #include "attrib.h" 33 #include "attrib.h"
34 #include "id.h" 34 #include "id.h"
35 #include "import.h" 35 #include "import.h"
36 #include "template.h" 36 #include "template.h"
37 #include "irstate.h" 37
38 #include "elem.h" 38 #include "gen/irstate.h"
39 #include "logger.h" 39 #include "gen/elem.h"
40 40 #include "gen/logger.h"
41 #include "tollvm.h" 41 #include "gen/tollvm.h"
42 42
43 ////////////////////////////////////////////////////////////////////////////////////////// 43 //////////////////////////////////////////////////////////////////////////////////////////
44 44
45 void 45 void
46 Module::genobjfile() 46 Module::genobjfile()