summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nl_parser.cpp')
-rw-r--r--src/lib/netlist/nl_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/nl_parser.cpp b/src/lib/netlist/nl_parser.cpp
index 8b05d50429f..665327a1001 100644
--- a/src/lib/netlist/nl_parser.cpp
+++ b/src/lib/netlist/nl_parser.cpp
@@ -198,7 +198,7 @@ void parser_t::parse_netlist(const pstring &nlname)
else if (token.is(m_tok_EXTERNAL_SOURCE))
net_external_source();
//else if (token.is(m_tok_TRUTHTABLE_START))
- // net_truthtable_start(nlname);
+ // net_truthtable_start(nlname);
else if (token.is(m_tok_LOCAL_LIB_ENTRY))
{
require_token(m_tok_paren_left);