aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-06-19 14:25:36 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-19 14:25:36 +0200
commite295f31755a1ace8e951cc63b4d7f2851ac9dee1 (patch)
treeb6d2073ea90e334c020c7570d062f0d8453a39fd /gcc/flags.h
parent551dc3602f1b8f12a734e70a20bf4ddd586e007a (diff)
downloadgcc-e295f31755a1ace8e951cc63b4d7f2851ac9dee1.zip
gcc-e295f31755a1ace8e951cc63b4d7f2851ac9dee1.tar.gz
gcc-e295f31755a1ace8e951cc63b4d7f2851ac9dee1.tar.bz2
c-tree.h: Remove declaration of poplevel.
* c-tree.h: Remove declaration of poplevel. * tree.h: Remove declaration of approx_sqrt. * c-lex.c: Remove redundant declaration of asm_out_file. * flags.h: Remove declaration of warn_unknown_pragma and main_input_filename. * rtl.h: Remove functions from fold-const.c since they're already declared in tree.h. * regs.h: Remove redundant declaration of reg_names. cp: * cp-tree.h: Remove duplicated declarations. From-SVN: r68193
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 35c054f..d9ac7bf 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -1,5 +1,6 @@
/* Compilation switch flag definitions for GCC.
- Copyright (C) 1987, 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002
+ Copyright (C) 1987, 1988, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002,
+ 2003
Free Software Foundation, Inc.
This file is part of GCC.
@@ -22,9 +23,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#ifndef GCC_FLAGS_H
#define GCC_FLAGS_H
-/* Name of the input .c file being compiled. */
-extern const char *main_input_filename;
-
enum debug_info_type
{
NO_DEBUG, /* Write no debug info. */
@@ -114,14 +112,6 @@ extern int warn_inline;
extern int warn_uninitialized;
-/* Zero if unknown pragmas are ignored
- One if the compiler should warn about an unknown pragma not in
- a system include file.
- Greater than one if the compiler should warn for all unknown
- pragmas. */
-
-extern int warn_unknown_pragmas;
-
/* Nonzero means warn about all declarations which shadow others. */
extern int warn_shadow;