summaryrefslogtreecommitdiff
path: root/sys/boot/common/interp_forth.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-11-07 03:44:10 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-11-07 03:44:10 +0000
commitc412a7ae32f92125efdcab3b57c1b0247e485427 (patch)
tree0249078eb79b167682e8749cad71e81b9f3426c5 /sys/boot/common/interp_forth.c
parent3f47c82a7f19d659d0b8e24ac47653f25005ed25 (diff)
Notes
Diffstat (limited to 'sys/boot/common/interp_forth.c')
-rw-r--r--sys/boot/common/interp_forth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/interp_forth.c b/sys/boot/common/interp_forth.c
index dff0d2507022..a2dbbeafbdca 100644
--- a/sys/boot/common/interp_forth.c
+++ b/sys/boot/common/interp_forth.c
@@ -23,14 +23,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: interp_forth.c,v 1.4 1998/11/06 03:45:36 msmith Exp $
+ * $Id: interp_forth.c,v 1.5 1998/11/06 03:50:44 msmith Exp $
*/
#include <stand.h>
#include "bootstrap.h"
#include "ficl.h"
-#define BFORTH_DEBUG
+/* #define BFORTH_DEBUG */
#ifdef BFORTH_DEBUG
# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __FUNCTION__ , ## args)