diff options
author | Mark Mitchell <mark@codesourcery.com> | 2002-09-23 15:00:42 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-09-23 15:00:42 +0000 |
commit | 46c83bced1787d4171f8b30860627c7dcdd2c8a4 (patch) | |
tree | 670e4b08909e75e82bc8eb3bd5189bbe915ef0d4 /gcc/c-common.h | |
parent | c354bbcc0e16d403267a067c7477c879e95ebbcd (diff) | |
download | gcc-46c83bced1787d4171f8b30860627c7dcdd2c8a4.zip gcc-46c83bced1787d4171f8b30860627c7dcdd2c8a4.tar.gz gcc-46c83bced1787d4171f8b30860627c7dcdd2c8a4.tar.bz2 |
c-common.h (flag_abi_version): Fix typo in comment.
* c-common.h (flag_abi_version): Fix typo in comment.
* doc/invoke.texi (flag_abi_version): Document default value.
From-SVN: r57440
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 8cf6aa4..c44184d 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -740,12 +740,12 @@ extern int flag_enforce_eh_specs; /* The version of the C++ ABI in use. The following values are allowed: - -1: The version of the ABI believed most conformant with the - C++ ABI specification. This ABI may change as bugs are - discovered and fixed. Therefore, -1 will not necessarily - indicate the same ABI in different versions of G++. + 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++. - 0: The version of the ABI first used in G++ 3.2. + 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. */ |