diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/apimagic_driver_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |