diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 9bb2d1ac233..a7581df696e 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -420,10 +420,6 @@ extern int warn_pointer_arith; /* Nonzero means to warn about compile-time division by zero. */ extern int warn_div_by_zero; -/* Nonzero means do some things the same way PCC does. */ - -extern int flag_traditional; - /* Nonzero means enable C89 Amendment 1 features. */ extern int flag_isoc94; |