aboutsummaryrefslogtreecommitdiff
path: root/libio/strfile.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@arthur.rhein-neckar.de>1998-08-04 15:21:08 +0000
committerUlrich Drepper <drepper@gcc.gnu.org>1998-08-04 15:21:08 +0000
commit887e3058154e47cb5b35ea2548ba6805b4879833 (patch)
tree3ac96496eefd0269cae493da0e30d34a0c77e8de /libio/strfile.h
parente4a84209743bde2f3de26ed67193708e98224f7f (diff)
downloadgcc-887e3058154e47cb5b35ea2548ba6805b4879833.zip
gcc-887e3058154e47cb5b35ea2548ba6805b4879833.tar.gz
gcc-887e3058154e47cb5b35ea2548ba6805b4879833.tar.bz2
libioP.h: Use __PMT in typedefs.
* libioP.h: Use __PMT in typedefs. * strfile.h: Likewise. From-SVN: r21610
Diffstat (limited to 'libio/strfile.h')
-rw-r--r--libio/strfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/strfile.h b/libio/strfile.h
index a0e4702..5a33dca 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
{