index
:
minicc.git
master
Minimal Incomplete Compiler Collection
mail@reichwein.it
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
debug.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'debug.h')
-rw-r--r--
debug.h
4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index 28502dd..25a9671 100644
--- a/
debug.h
+++ b/
debug.h
@@ -1,3 +1,7 @@
#pragma once
+#include <string>
+
extern bool debug;
+
+void Debug(std::string s);