diff options
| author | Jim Meyering <jim@meyering.net> | 1997-10-25 04:45:43 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1997-10-25 04:45:43 +0000 |
| commit | e211bb2affecdc42c294e789db30849a65f2d62c (patch) | |
| tree | 9744ddf64b78aea4ece9fd8e165ebaf4ed23e9c7 /src/fold.c | |
| parent | Remove old-style xmalloc and xrealloc decls. (diff) | |
| download | coreutils-e211bb2affecdc42c294e789db30849a65f2d62c.tar.gz coreutils-e211bb2affecdc42c294e789db30849a65f2d62c.zip | |
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/fold.c')
| -rw-r--r-- | src/fold.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fold.c b/src/fold.c index 95ec90141..cb6547758 100644 --- a/src/fold.c +++ b/src/fold.c @@ -42,9 +42,6 @@ #include "xstrtol.h" #include "error.h" -char *xrealloc (); -char *xmalloc (); - /* The name this program was run with. */ char *program_name; |
