This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: libio/strfile.h



  In message <199808171137.HAA14573@frichard.bbn.com>you write:
  > Hi-
  > 
  > After installation, I found that the macro __PMT used in strfile.h was
  > never defined causing a parse error at these two lines:  
  > 
  >   typedef void *(*_IO_alloc_type) __PMT ((_IO_size_t));
  >   typedef void (*_IO_free_type) __PMT ((void*));
  > 
I believe this was recently fixed (libio/ChangeLog):

1998-08-17  Ulrich Drepper  <drepper@cygnus.com>

        * strfile.h: Define __PMT if not already defined.


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