* c-common.c (__GXX_ABI_VERSION): Correct spelling.

From-SVN: r55947
This commit is contained in:
Neil Booth 2002-08-01 21:10:44 +00:00 committed by Neil Booth
parent 43bfc248ba
commit c288218ab6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-08-01 Neil Booth <neil@daikokuya.co.uk>
* c-common.c (__GXX_ABI_VERSION): Correct spelling.
2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
* c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.

View File

@ -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__=102");
cpp_define (pfile, "__GXX_ABI_VERSION=102");
}
/* libgcc needs to know this. */