From 04fbd6533c3454c78523f8c90608eb6e52c74ff5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Jun 1999 14:58:43 +0000 Subject: Update. * stdlib/longlong.h: Provide __P definition if not already defined. --- stdlib/longlong.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'stdlib') diff --git a/stdlib/longlong.h b/stdlib/longlong.h index 37ea646b34..397188eb4d 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -42,6 +42,15 @@ #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 -- cgit v1.2.3