From: Jeff Law Date: Sat, 8 Aug 1998 17:50:48 +0000 (-0600) Subject: libioP.h: Use __PMT in typedefs. X-Git-Tag: prereleases/egcs-1.1-prerelease~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa2190502f9e5f6b7856df063aff0e440c1d79af;p=thirdparty%2Fgcc.git libioP.h: Use __PMT in typedefs. * libioP.h: Use __PMT in typedefs. * strfile.h: Likewise. From-SVN: r21632 --- diff --git a/libio/strfile.h b/libio/strfile.h index a0e47021f6ec..5a33dca22d99 100644 --- a/libio/strfile.h +++ b/libio/strfile.h @@ -28,8 +28,8 @@ Merge into libio.h ? #endif -typedef void *(*_IO_alloc_type) __P ((_IO_size_t)); -typedef void (*_IO_free_type) __P ((void*)); +typedef void *(*_IO_alloc_type) __PMT ((_IO_size_t)); +typedef void (*_IO_free_type) __PMT ((void*)); struct _IO_str_fields {