Commit 5e9ad4c6 by Jason Merrill

* g++.dg/warn/Wsystem-headers1.C: Use extern "C".

From-SVN: r224038
parent 5d58db82
#include <stdlib.h>
extern double atof (const char *);
extern "C" double atof (const char *);
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