comparison gen/classes.cpp @ 1207:83d3b25c2213

Isolate all knowledge of what a function's nested context looks like in a single place. No functional change.
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 12 Apr 2009 13:08:24 +0200
parents 5ebe8224988b
children 3d4581761b4c
comparison
equal deleted inserted replaced
1206:a5bfed1f6775 1207:83d3b25c2213
13 #include "gen/classes.h" 13 #include "gen/classes.h"
14 #include "gen/structs.h" 14 #include "gen/structs.h"
15 #include "gen/functions.h" 15 #include "gen/functions.h"
16 #include "gen/runtime.h" 16 #include "gen/runtime.h"
17 #include "gen/dvalue.h" 17 #include "gen/dvalue.h"
18 #include "gen/nested.h"
18 19
19 #include "ir/irstruct.h" 20 #include "ir/irstruct.h"
20 21
21 ////////////////////////////////////////////////////////////////////////////////////////// 22 //////////////////////////////////////////////////////////////////////////////////////////
22 23