From 92d23245c93eb7db64818384ee6c5366a465e29e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Mar 2001 23:49:41 +0000 Subject: Another cleanup patch from Jeff Garzik --- shell/cmdedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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 { -- cgit v1.2.3