summaryrefslogtreecommitdiff
path: root/sys/src/9/boot/boot.h
diff options
context:
space:
mode:
authormischief <mischief@offblast.org>2015-08-25 02:07:46 -0700
committermischief <mischief@offblast.org>2015-08-25 02:07:46 -0700
commit6b402b83cffc97015345dab1c27c35afe64bb3db (patch)
treeb525f9443564682c46f8c36af6a4d238bd39a756 /sys/src/9/boot/boot.h
parentdbe0a995f03f26ea2b6859d21df3bd67856d672d (diff)
import E script from bell labs
Diffstat (limited to 'sys/src/9/boot/boot.h')
-rw-r--r--sys/src/9/boot/boot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/boot.h b/sys/src/9/boot/boot.h
index c72622807..db7130922 100644
--- a/sys/src/9/boot/boot.h
+++ b/sys/src/9/boot/boot.h
@@ -1,5 +1,5 @@
enum {
- Debug = 0,
+ Debug = 1,
};
extern void fatal(char*);