re PR fortran/10197 (direct acces files not unformatted by default)

PR 10197
        * testsuite/test-demangle.c: Rename getline to get_line to avoid
        conflicts with system function of the same name.

From-SVN: r148526
This commit is contained in:
Nick Clifton 2009-06-16 12:43:58 +00:00 committed by Nick Clifton
parent de70bb20ba
commit ee07afa0e1
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2009-06-16 Nick Clifton <nickc@redhat.com>
PR 10197
* testsuite/test-demangle.c: Rename getline to get_line to avoid
conflicts with system function of the same name.
2009-05-30 Eli Zaretskii <eliz@gnu.org>
* snprintf.c: Doc fix.

View File

@ -46,7 +46,7 @@ static unsigned int lineno;
#define LINELEN 80
static void
getline(buf)
get_line(buf)
struct line *buf;
{
char *data = buf->data;
@ -196,12 +196,12 @@ main(argc, argv)
{
const char *inp;
getline (&format);
get_line (&format);
if (feof (stdin))
break;
getline (&input);
getline (&expect);
get_line (&input);
get_line (&expect);
inp = protect_end (input.data);
@ -322,7 +322,7 @@ main(argc, argv)
if (no_params)
{
getline (&expect);
get_line (&expect);
result = cplus_demangle (inp, DMGL_ANSI|DMGL_TYPES);
if (result