Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 21 Jun 1999 14:58:43 +0000 (14:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 21 Jun 1999 14:58:43 +0000 (14:58 +0000)
* stdlib/longlong.h: Provide __P definition if not already
defined.

ChangeLog
stdlib/longlong.h

index 66a70e8..d982a00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-06-21  Ulrich Drepper  <drepper@cygnus.com>
 
+       * stdlib/longlong.h: Provide __P definition if not already
+       defined.
+
        * include/wchar.h: Use __gnuc_va_list not va_list in prototype.
 
 1999-06-18  Thorsten Kukuk  <kukuk@suse.de>
index 37ea646..397188e 100644 (file)
 #define __MPN(x) __##x
 #endif
 
+#ifndef __P
+# if defined __GNUC__ || (defined (__STDC__) && __STDC__) \
+     || defined (__cplusplus)
+#  define __P(args)    args
+# else
+#  define __P(args)    ()
+# endif
+#endif
+
 /* Define auxiliary asm macros.
 
    1) umul_ppmm(high_prod, low_prod, multipler, multiplicand) multiplies two