From: Ulrich Drepper Date: Mon, 29 Jun 1998 18:06:37 +0000 (+0000) Subject: Update. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68a4a1412500fc851351e5b70880bfeeae43cd03;p=gcc.git Update. From-SVN: r20803 --- diff --git a/libio/ChangeLog b/libio/ChangeLog index 05ba98129df..f7293c8d425 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,5 +1,8 @@ 1998-06-29 Ulrich Drepper + * libio.h: Rewrite __PMT change so that it works with platforms + defining __P but not __PMT. + * libio.h (__PMT): New macro. Defined like __P. Use is for function pointers.