Commit b9550223 by Jason Merrill

x

From-SVN: r14251
parent 8e08106d
......@@ -522,6 +522,7 @@ extract_string (pp)
obstack_1grow (&temporary_obstack, c);
}
obstack_1grow (&temporary_obstack, '\0');
*pp = p;
return obstack_finish (&temporary_obstack);
}
......
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