1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-09 02:04:06 +02:00

* src/*.c: Include "error.h" instead of simply declaring

`void error ();'.
This commit is contained in:
Jim Meyering
1994-12-20 05:26:44 +00:00
parent 6bb619d33c
commit a9f1783e20
20 changed files with 20 additions and 25 deletions
+1 -1
View File
@@ -51,6 +51,7 @@
#include "system.h"
#include "version.h"
#include "long-options.h"
#include "error.h"
#ifndef STDC_HEADERS
double strtod ();
@@ -63,7 +64,6 @@ unsigned long strtoul ();
#define octtobin(c) ((c) - '0')
char *xmalloc ();
void error ();
static double xstrtod ();
static int print_esc ();