[patch] binutils/resrc.c

DJ Delorie dj@delorie.com
Tue Aug 29 18:19:00 GMT 2000


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;
    }


More information about the Binutils mailing list