aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-03-02 18:44:48 +0000
committerRichard Henderson <rth@redhat.com>2004-03-02 18:44:48 +0000
commitba1568ab4858323e156e560e499c541c8c8040cc (patch)
treedd35500ee06254fc932ff1eec75bc69927a31fbf /gcc/c-common.h
parente2e520b3f8f6e7f9f71bea37ffe2cecfa431a886 (diff)
Merge to tree-ssa-20020619-merge-20040227.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@78772 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 823a754ce48..d874f8bc711 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -758,21 +758,6 @@ extern int flag_permissive;
extern int flag_enforce_eh_specs;
-/* The version of the C++ ABI in use. The following values are
- allowed:
-
- 0: The version of the ABI believed most conformant with the
- C++ ABI specification. This ABI may change as bugs are
- discovered and fixed. Therefore, 0 will not necessarily
- indicate the same ABI in different versions of G++.
-
- 1: The version of the ABI first used in G++ 3.2.
-
- Additional positive integers will be assigned as new versions of
- the ABI become the default version of the ABI. */
-
-extern int flag_abi_version;
-
/* Nonzero means warn about things that will change when compiling
with an ABI-compliant compiler. */
@@ -929,9 +914,6 @@ extern tree convert_and_check (tree, tree);
extern void overflow_warning (tree);
extern void unsigned_conversion_warning (tree, tree);
-/* Read the rest of the current #-directive line. */
-extern char *get_directive_line (void);
-#define GET_DIRECTIVE_LINE() get_directive_line ()
#define c_sizeof(T) c_sizeof_or_alignof_type (T, SIZEOF_EXPR, 1)
#define c_alignof(T) c_sizeof_or_alignof_type (T, ALIGNOF_EXPR, 1)