diff options
author | 2017-01-23 21:20:09 +0100 | |
---|---|---|
committer | 2017-01-25 22:17:47 +0100 | |
commit | 25152bd69a070aa7ba84248b368b0803e407272a (patch) | |
tree | 7a0704f433857e91cbda2cda93dca07e643e075a /src/lib/netlist/plib/pstring.cpp | |
parent | 093bda019317a5a66699b35f8b25ab73802f1f1c (diff) |
Netlist refactoring:
- Refactored netlist pmf code.
- Small optimization for diode calculations.
- Minor refactoring across the board. (nw)
Diffstat (limited to 'src/lib/netlist/plib/pstring.cpp')
-rw-r--r-- | src/lib/netlist/plib/pstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/plib/pstring.cpp b/src/lib/netlist/plib/pstring.cpp index 1a65bb152ff..3fc8ffa6dba 100644 --- a/src/lib/netlist/plib/pstring.cpp +++ b/src/lib/netlist/plib/pstring.cpp @@ -371,7 +371,7 @@ void pstringbuffer::pcat(const pstring &s) * This improves startup performance by 30%. */ -#if 0 +#if 1 static std::stack<pstr_t *> *stk = nullptr; |