From 43c8c9ee36f661fa9e4895350f80f43be3814b74 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 29 Dec 2015 12:43:48 -0500 Subject: driver: generate ast for each unit upon unit context creation. --- src/internal/apimagic_driver_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') diff --git a/src/internal/apimagic_driver_impl.h b/src/internal/apimagic_driver_impl.h index 9054708..ff33a4e 100644 --- a/src/internal/apimagic_driver_impl.h +++ b/src/internal/apimagic_driver_impl.h @@ -15,6 +15,7 @@ enum app_tags { struct amgc_driver_ctx_impl { struct amgc_common_ctx cctx; struct amgc_driver_ctx ctx; + struct compilation_env_t ccenv; int fdtmpin; }; @@ -23,6 +24,7 @@ struct amgc_unit_ctx_impl { struct amgc_input map; struct amgc_common_ctx cctx; struct amgc_unit_ctx uctx; + struct compilation_unit_t ccunit; }; #endif -- cgit v1.2.3