diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-19 23:49:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-19 23:49:41 +0000 |
commit | 92d23245c93eb7db64818384ee6c5366a465e29e (patch) | |
tree | 1ccb6d69a226fdc1efb283cc1b0d2cc321f5b942 /shell | |
parent | 40eaa9f0bb2c689552e39890592ed773d870c1fa (diff) | |
download | busybox-92d23245c93eb7db64818384ee6c5366a465e29e.tar.gz |
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/cmdedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c index ffe7afab2..e317b86fa 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c @@ -113,7 +113,7 @@ void *xcalloc(size_t size, size_t se) } #define error_msg(s, d) fprintf(stderr, s, d) -#endif +#endif /* TEST */ struct history { |