summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_config.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-01-10 00:30:51 +0100
committer couriersud <couriersud@gmx.org>2019-01-10 00:30:51 +0100
commit4213a396d8652e7ea26c07c133932bd9f5a87faa (patch)
tree8f20d8db7d066c535f2ea5d60b5556537219de59 /src/lib/netlist/nl_config.h
parentf8d5b95e373ede549c730998d9cfe3be04fdbd43 (diff)
Improve type safety on string->numeric conversions. (nw)
Also fixed an issue with 7497. ./nltool -t 5 -f src/mame/machine/nl_tp1983.cpp -v now runs again.
Diffstat (limited to 'src/lib/netlist/nl_config.h')
-rw-r--r--src/lib/netlist/nl_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/netlist/nl_config.h b/src/lib/netlist/nl_config.h
index d2f4dc75511..20ddf5c71a3 100644
--- a/src/lib/netlist/nl_config.h
+++ b/src/lib/netlist/nl_config.h
@@ -26,7 +26,6 @@
* linear memory pool. This is based of the assumption that
* due to enhanced locality there will be less cache misses.
* Your mileage may vary.
- * This will cause crashes on OSX and thus is ignored on OSX.
*
*/
#define USE_MEMPOOL (0)