diff options
| author | mryouse | 2023-05-25 02:00:37 +0000 |
|---|---|---|
| committer | mryouse | 2023-05-25 02:00:37 +0000 |
| commit | d13ae11c4f7cccd8f5e3ad072597c55c9471a638 (patch) | |
| tree | 21dc02981028427df88aacec64b162aec903eb34 /dbg.d | |
| parent | b2a3dc3b78dd6ce60b7c5e685fbbb40c84434691 (diff) | |
fix def bug (maybe?) and block bug (maybe?)
Diffstat (limited to 'dbg.d')
| -rw-r--r-- | dbg.d | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ import parser; //import dbg; //import value; -bool DEBUG = true; +//bool DEBUG = true; +bool DEBUG = false; void printForm(Form f, string prefix = "") { |
