aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 96c0333..402e9ca 100644
--- a/tcc.h
+++ b/tcc.h
@@ -602,6 +602,7 @@ struct TCCState {
/* C language options */
int char_is_unsigned;
int leading_underscore;
+ int ms_extensions; /* allow nested named struct w/o identifier behave like unnamed */
/* warning switches */
int warn_write_strings;