From 6adb90fd75f544895ba8ffc960f08ff00dc58949 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 2 Jan 2016 11:57:37 -0500 Subject: action vector and action iteration: initial implementation. --- 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 be747aa..d070c19 100644 --- a/src/internal/apimagic_driver_impl.h +++ b/src/internal/apimagic_driver_impl.h @@ -14,12 +14,14 @@ enum app_tags { TAG_HELP, TAG_VERSION, + TAG_PRINT_ENUMS, TAG_LANG_STD, }; struct amgc_driver_ctx_impl { struct amgc_common_ctx cctx; struct amgc_driver_ctx ctx; + struct amgc_action * actions; struct compilation_env_t ccenv; int fdtmpin; }; -- cgit v1.2.3