summaryrefslogtreecommitdiff
path: root/src/seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/seq.c')
-rw-r--r--src/seq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/seq.c b/src/seq.c
index 50633ce6a..a321030a1 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -27,10 +27,10 @@
#include "error.h"
#include "xstrtod.h"
-static double scan_double_arg __P ((const char *arg));
-static int check_format __P ((const char *format_string));
-static char *get_width_format __P ((void));
-static int print_numbers __P ((const char *format_str));
+static double scan_double_arg PARAMS ((const char *arg));
+static int check_format PARAMS ((const char *format_string));
+static char *get_width_format PARAMS ((void));
+static int print_numbers PARAMS ((const char *format_str));
/* If nonzero print all number with equal width. */
static int equal_width;