comparison gen/typinf.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 0c77619e803b
comparison
equal deleted inserted replaced
3:069cf4b0ec67 4:e116aa1488e6
23 #include "id.h" 23 #include "id.h"
24 #include "enum.h" 24 #include "enum.h"
25 #include "import.h" 25 #include "import.h"
26 #include "aggregate.h" 26 #include "aggregate.h"
27 27
28 #include "logger.h" 28 #include "gen/logger.h"
29 29
30 /******************************************* 30 /*******************************************
31 31
32 * Get a canonicalized form of the TypeInfo for use with the internal 32 * Get a canonicalized form of the TypeInfo for use with the internal
33 33