Commit a39a06ff by Loren J. Rittle Committed by Loren J. Rittle

cxa_vec.C: Get malloc() from <stdlib.h>, not <malloc.h>.

	* g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
	<stdlib.h>, not <malloc.h>.

From-SVN: r41756
parent a85afd69
2001-05-01 Loren J. Rittle <ljrittle@acm.org>
* g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
<stdlib.h>, not <malloc.h>.
2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.ns/template17.C: New test.
......
......@@ -6,7 +6,7 @@
#include <cxxabi.h>
#include <stdio.h>
#include <new>
#include <malloc.h>
#include <stdlib.h>
#include <setjmp.h>
static int ctor_count = 0;
......
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