OSDN Git Service

* c-common.c (__GXX_ABI_VERSION): Correct spelling.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Aug 2002 21:10:44 +0000 (21:10 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Aug 2002 21:10:44 +0000 (21:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55947 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-common.c

index 8a726d6..13095a1 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 85a0e38..4d66589 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.  */