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]

libio/strfile.h


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*));


                -Fred


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