Few small changes, added Windows makefile, LICENSE
Code is licensed under the MPLv2. Changed the makefile to, by default, optimize to level 3. make debug will remove optimization and add gdb debugging symbols, which slows output down quite a bit. Removed an assertion leftover from bug squashing.
This commit is contained in:
parent
218d5b7da8
commit
97018305fd
4 changed files with 411 additions and 5 deletions
|
@ -42,7 +42,6 @@ void Spigot::pump(void) {
|
|||
std::cout << this->preDigits.back() << std::flush;
|
||||
this->preDigits.pop_back();
|
||||
}
|
||||
assert(this->preDigits.size() == 0);
|
||||
this->preDigits.insert(this->preDigits.begin(), tempPreDigit);
|
||||
|
||||
} else if(tempPreDigit == 9) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue