Commit c288218a by Neil Booth Committed by Neil Booth

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

From-SVN: r55947
parent 43bfc248
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment