diff options
Diffstat (limited to 'src/internal.h')
-rw-r--r-- | src/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal.h b/src/internal.h index 8a99ca0..258e6b0 100644 --- a/src/internal.h +++ b/src/internal.h @@ -44,6 +44,8 @@ struct rcc_context_t { unsigned char configure; rcc_language_config current_config; rcc_language_id current_language; + + rcc_language_id default_language; db4_context db4ctx; |