aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ch/ch-tree.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/ch/ch-tree.h b/gcc/ch/ch-tree.h
index 96343cc..29161d2 100644
--- a/gcc/ch/ch-tree.h
+++ b/gcc/ch/ch-tree.h
@@ -1,5 +1,5 @@
/* Definitions for CHILL parsing and type checking.
- Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 94, 98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -392,10 +392,6 @@ extern int flag_cond_mismatch;
extern int flag_no_asm;
-/* Nonzero means ignore `#ident' directives. */
-
-extern int flag_no_ident;
-
/* Nonzero means warn about implicit declarations. */
extern int warn_implicit;