mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-02 14:00:19 -04:00
[__P]: Don't define it here.
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -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));
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user