diff options
Diffstat (limited to 'includes/pref_structs.h')
-rw-r--r-- | includes/pref_structs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/pref_structs.h b/includes/pref_structs.h index b443bf7..ee016b6 100644 --- a/includes/pref_structs.h +++ b/includes/pref_structs.h @@ -211,9 +211,9 @@ typedef struct PFrontEndC { Boolean ecplusplus; Boolean objective_c; Boolean defer_codegen; - Boolean templateparser; - Boolean c99; - Boolean bottomupinline; + // Boolean templateparser; + // Boolean c99; + // Boolean bottomupinline; } PFrontEndC; typedef struct PWarningC { |