summaryrefslogtreecommitdiffstats
path: root/bin/sh/shell.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-09-01 10:27:49 +0000
committerpeter <peter@FreeBSD.org>1996-09-01 10:27:49 +0000
commita0316ac07005c53abba00444a4be1630a2a9eaf4 (patch)
tree42c92349d471752662b2031593749fc282221814 /bin/sh/shell.h
parent5195be912eb257c05a0c97e561e72f01af2583ff (diff)
downloadFreeBSD-src-a0316ac07005c53abba00444a4be1630a2a9eaf4.zip
FreeBSD-src-a0316ac07005c53abba00444a4be1630a2a9eaf4.tar.gz
oops, I didn't mean for the unconditional DEBUG code to go in, it's been
off in FreeBSD for some time. I realised this a few seconds after the commit started..
Diffstat (limited to 'bin/sh/shell.h')
-rw-r--r--bin/sh/shell.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/sh/shell.h b/bin/sh/shell.h
index 0d42e9d..ff2f9e7 100644
--- a/bin/sh/shell.h
+++ b/bin/sh/shell.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)shell.h 8.2 (Berkeley) 5/4/95
- * $Id: shell.h,v 1.3 1995/08/27 20:26:44 joerg Exp $
+ * $Id: shell.h,v 1.4 1996/09/01 10:21:41 peter Exp $
*/
/*
@@ -57,9 +57,7 @@
#ifndef BSD
#define BSD 1
#endif
-#ifndef DEBUG
-#define DEBUG 1
-#endif
+/* #define DEBUG 1 */
#ifdef __STDC__
typedef void *pointer;
OpenPOWER on IntegriCloud