]> gcc.gnu.org Git - gcc.git/commitdiff
Define __PMT if not already defined.
authorUlrich Drepper <drepper@gcc.gnu.org>
Mon, 17 Aug 1998 12:32:45 +0000 (12:32 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Mon, 17 Aug 1998 12:32:45 +0000 (12:32 +0000)
From-SVN: r21789

libio/strfile.h

index 5a33dca22d99ae67ce47371fa92ae10dc6fafe3c..85e83a95d0732c4fbe5681afbb9a0afbf1a6317b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU IO Library.
 
    This library is free software; you can redistribute it and/or
 Merge into  libio.h ?
 #endif
 
+#ifndef __PMT
+# ifdef __STDC__
+#  define __PMT(p) p
+# else
+#  define __PMT(p) ()
+# endif
+#endif /*!__P*/
+
 typedef void *(*_IO_alloc_type) __PMT ((_IO_size_t));
 typedef void (*_IO_free_type) __PMT ((void*));
 
This page took 0.060701 seconds and 5 git commands to generate.