diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 1999-01-31 17:46:25 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 1999-01-31 17:46:25 +0000 |
commit | 0a3d2db2bdcd04cd2f62270f33e46e87e70b5c87 (patch) | |
tree | 37a0750c142b28b4007eaddaa45f93e6eca51e73 /gcc/ch/ch-tree.h | |
parent | f64d823442405c8ef6281fa7106cf778e3f00f72 (diff) | |
download | gcc-0a3d2db2bdcd04cd2f62270f33e46e87e70b5c87.zip gcc-0a3d2db2bdcd04cd2f62270f33e46e87e70b5c87.tar.gz gcc-0a3d2db2bdcd04cd2f62270f33e46e87e70b5c87.tar.bz2 |
flags.h: Declare flag_no_ident.
X
1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* flags.h: Declare flag_no_ident.
* toplev.c: Define flag_no_ident. Process -f(no-)ident here.
* c-decl.c: Don't define flag_no_ident. Don't process
-f(no-)ident switches here.
* ch/decl.c: Likewise.
* cp/decl2.c: Likewise.
* c-tree.h: Don't declare flag_no_ident.
* ch/ch-tree.h: Likewise.
* cp/cp-tree.h: Likewise.
* config/elfos.h (ASM_FILE_END): Output final .ident directive
only if !flag_no_ident.
* config/ptx4.h: Likewise.
* config/svr4.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i860/fx2800.h: Likewise.
* config/mips/gnu.h: Likewise.
* config/i386/osfrose.h: Likewise.
* gcc.c (C specs): Map -Qn to -fno-ident.
* ch/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
* java/lang-specs.h: Likewise.
From-SVN: r24941
Diffstat (limited to 'gcc/ch/ch-tree.h')
-rw-r--r-- | gcc/ch/ch-tree.h | 6 |
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; |