diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-10-20 21:55:11 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-10-20 23:10:37 -0400 |
commit | 4c6c9216390f7dee4552846ee17f2bcb3402b43c (patch) | |
tree | 15750b24ed5cda482908fad4cfad73f7477423a2 /lib/sdp/ao_output_debugs.d | |
parent | literate programming introduced, tangle not yet run (diff) |
.d files made, emacs org babel tangle run on .org files
Diffstat (limited to 'lib/sdp/ao_output_debugs.d')
-rw-r--r-- | lib/sdp/ao_output_debugs.d | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/sdp/ao_output_debugs.d b/lib/sdp/ao_output_debugs.d index 501d2a0..c6bdfe1 100644 --- a/lib/sdp/ao_output_debugs.d +++ b/lib/sdp/ao_output_debugs.d @@ -1,6 +1,6 @@ /* -#+OPTIONS: ^:nil _:nil#+OPTIONS: ^:nil _:nil -* sdp_output_debugs.d + output debugs + ao_output_debugs.d */ template SiSUoutputDebugs() { class SDPoutputDebugs { @@ -331,15 +331,6 @@ template SiSUoutputDebugs() { // fixed ERROR! range violation! // error in bookindex ... (ch7 ... building the cc machine, an extra semi colon) break; - // case ".sst": - // assert(check["last_ocn"] == "0","last ocn should be: 0"); - // break; - // case ".sst": - // assert(check["last_ocn"] == "0","last ocn should be: 0"); - // break; - // case ".sst": - // assert(check["last_ocn"] == "0","last ocn should be: 0"); - // break; default: writeln(fn_src); break; |