]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[__P]: Don't define it here.
authorJim Meyering <jim@meyering.net>
Wed, 15 Nov 1995 22:12:59 +0000 (22:12 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 15 Nov 1995 22:12:59 +0000 (22:12 +0000)
src/csplit.c
src/fmt.c
src/pr.c

index 798d6509c2cc69a595406be9090a98f05ddd71c6..5765b941aac73100babd040dc3379615a58c206a 100644 (file)
@@ -119,14 +119,6 @@ struct buffer_record
   struct buffer_record *next;
 };
 
-#ifndef __P
-# if PROTOTYPES
-#  define __P(Args) Args
-# else
-#  define __P(Args) ()
-# endif
-#endif
-
 int safe_read ();
 
 static void close_output_file __P ((void));
index 16fbca44b4843a800adcf18912482457f22ce86b..f4d616185e7c9b867530b31eb22034af984a029b 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -142,14 +142,6 @@ struct Word
 
 /* Forward declarations.  */
 
-#ifndef __P
-# if PROTOTYPES
-#  define __P(Args) Args
-# else
-#  define __P(Args) ()
-# endif
-#endif
-
 static void set_prefix __P ((char *p));
 static void fmt __P ((FILE *f));
 static bool get_paragraph __P ((FILE *f));
index 874f6f5f94fa1e7012104b23350247b71c443d1d..465a06c16a90db8711c6a4602f0c29459a9c9654 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
@@ -179,14 +179,6 @@ typedef struct COLUMN COLUMN;
 
 #define NULLCOL (COLUMN *)0
 
-#ifndef __P
-# if PROTOTYPES
-#  define __P(Args) Args
-# else
-#  define __P(Args) ()
-# endif
-#endif
-
 static int char_to_clump __P ((int c));
 static int read_line __P ((COLUMN *p));
 static int print_page __P ((void));