diff options
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index e4b07be..096617a 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -477,6 +477,11 @@ extern int flag_do_squangling; required. */ extern int flag_optional_diags; +/* Nonzero means do not consider empty argument prototype to mean function + takes no arguments. */ + +extern int flag_strict_prototype; + /* Nonzero means output .vtable_{entry,inherit} for use in doing vtable gc. */ extern int flag_vtable_gc; |