Commit 40b7c2f8 by Richard Henderson Committed by Richard Henderson

* g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.

From-SVN: r87422
parent caddffe4
2004-09-12 Richard Henderson <rth@redhat.com>
* g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
2004-09-13 Joseph S. Myers <jsm@polyomino.org.uk>
* g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
......
......@@ -6,7 +6,7 @@
// means things like the rhs of a comma operator mustn't decay. This will make
// a difference if it is an array or function.
extern void abort();
extern "C" void abort();
int main (int argc, char **argv)
{
......
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