* c-common.c (__GXX_ABI_VERSION): Correct spelling.
authorNeil Booth <neil@daikokuya.co.uk>
Thu, 1 Aug 2002 21:10:44 +0000 (21:10 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 1 Aug 2002 21:10:44 +0000 (21:10 +0000)
From-SVN: r55947

gcc/ChangeLog
gcc/c-common.c

index 8a726d6d0352783aefb1b232fcb7e4c574e62378..13095a13add0409921dc652c4e9fe6a15b58bebd 100644 (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.
index 85a0e38ad2bbd5d589f138bebf0a606b5429e29d..4d66589bb4ca435e3063ec66d3c4e635aa275d3c 100644 (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.  */