diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2002-08-01 20:10:25 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-08-01 20:10:25 +0000 |
commit | 43bfc248bab1defbeb4728343e1a6da2b0f38033 (patch) | |
tree | 9477c3bad0cc56fa2e7741bf612aa7b4cc2e1571 /gcc/c-common.c | |
parent | 479f2ceac010f84f73baed06b9c771e2750fad81 (diff) | |
download | gcc-43bfc248bab1defbeb4728343e1a6da2b0f38033.zip gcc-43bfc248bab1defbeb4728343e1a6da2b0f38033.tar.gz gcc-43bfc248bab1defbeb4728343e1a6da2b0f38033.tar.bz2 |
c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
* c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
From-SVN: r55944
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index b9df2e2..85a0e38 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -4732,7 +4732,7 @@ cb_register_builtins (pfile) cpp_define (pfile, "__EXCEPTIONS"); if (warn_deprecated) cpp_define (pfile, "__DEPRECATED"); - cpp_define (pfile, "__GXX_ABI_VERSION__=101"); + cpp_define (pfile, "__GXX_ABI_VERSION__=102"); } /* libgcc needs to know this. */ |