diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a726d6d035..13095a13add 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-01 Neil Booth + + * c-common.c (__GXX_ABI_VERSION): Correct spelling. + 2002-08-01 Benjamin Kosnik * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102. diff --git a/gcc/c-common.c b/gcc/c-common.c index 85a0e38ad2b..4d66589bb4c 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__=102"); + cpp_define (pfile, "__GXX_ABI_VERSION=102"); } /* libgcc needs to know this. */