This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] binutils/resrc.c



You don't have the latest sources.  In the latest sources (in CVS),
the code looks like this:

static void
close_input_stream ()
{
  if (cpp_pipe != NULL)
    {
      pclose (cpp_pipe);
      cpp_pipe = NULL;
    }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]