diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/strfile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libio/strfile.h b/libio/strfile.h index baf25f7..04f19bc 100644 --- a/libio/strfile.h +++ b/libio/strfile.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU IO Library. This library is free software; you can redistribute it and/or @@ -28,8 +28,8 @@ Merge into libio.h ? #endif -typedef void *(*_IO_alloc_type) __PMT ((_IO_size_t)); -typedef void (*_IO_free_type) __PMT ((void*)); +typedef void *(*_IO_alloc_type) (_IO_size_t); +typedef void (*_IO_free_type) (void*); struct _IO_str_fields { |