diff options
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index e38b7babe94..e9c1c28c5cf 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -1,5 +1,5 @@ /* Definitions for C parsing and type checking. - Copyright (C) 1987, 93, 94, 95, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 93, 94, 95, 97, 98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. @@ -441,10 +441,6 @@ extern int flag_no_asm; extern int flag_hosted; -/* Nonzero means ignore `#ident' directives. */ - -extern int flag_no_ident; - /* Nonzero means warn about implicit declarations. */ extern int warn_implicit; |