From-SVN: r14251
This commit is contained in:
Jason Merrill 1997-06-17 03:45:20 +00:00
parent 8e08106d3e
commit b9550223b3
1 changed files with 1 additions and 0 deletions

View File

@ -522,6 +522,7 @@ extract_string (pp)
obstack_1grow (&temporary_obstack, c);
}
obstack_1grow (&temporary_obstack, '\0');
*pp = p;
return obstack_finish (&temporary_obstack);
}