]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libioP.h: Use __PMT in typedefs.
authorJeff Law <law@gcc.gnu.org>
Sat, 8 Aug 1998 17:50:48 +0000 (11:50 -0600)
committerJeff Law <law@gcc.gnu.org>
Sat, 8 Aug 1998 17:50:48 +0000 (11:50 -0600)
        * libioP.h: Use __PMT in typedefs.
        * strfile.h: Likewise.

From-SVN: r21632

libio/strfile.h

index a0e47021f6ec2b6aa29fd4371d74231be6e88ced..5a33dca22d99ae67ce47371fa92ae10dc6fafe3c 100644 (file)
@@ -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
 {