diff options
Diffstat (limited to 'bin/sh/shell.h')
| -rw-r--r-- | bin/sh/shell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/shell.h b/bin/sh/shell.h index ec49ef9ada6b..d038f91b81f0 100644 --- a/bin/sh/shell.h +++ b/bin/sh/shell.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)shell.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $Id: shell.h,v 1.2 1994/09/24 02:58:15 davidg Exp $ */ /* @@ -57,7 +57,7 @@ #ifndef BSD #define BSD 1 #endif -#define DEBUG 1 +/* #define DEBUG 1 */ #ifdef __STDC__ typedef void *pointer; |
