diff options
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 410967ba931..d0ee4a10afb 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -478,11 +478,11 @@ extern int flag_shlib; extern int flag_exceptions; -/* Nonzero means generate frame unwind info table when supported */ +/* Nonzero means generate frame unwind info table when supported. */ extern int flag_unwind_tables; -/* Nonzero means generate frame unwind info table exact at each insn boundary */ +/* Nonzero means generate frame unwind info table exact at each insn boundary. */ extern int flag_asynchronous_unwind_tables; |