Isolate all knowledge of what a function's nested context looks like in a

single place. No functional change.
This commit is contained in:
Frits van Bommel
2009-04-12 13:08:24 +02:00
parent 605593bcef
commit b5af30636e
8 changed files with 226 additions and 193 deletions

View File

@@ -15,6 +15,7 @@
#include "gen/functions.h"
#include "gen/runtime.h"
#include "gen/dvalue.h"
#include "gen/nested.h"
#include "ir/irstruct.h"