summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/ppreprocessor.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-06-01 19:59:14 +0200
committer couriersud <couriersud@gmx.org>2020-06-01 19:59:54 +0200
commit37258b7439c9a08b24702cbaddab1d5abd4cd3bf (patch)
tree64f30fc80dc1263613601c3e3b36faf944e4bd4d /src/lib/netlist/plib/ppreprocessor.cpp
parentef11941a92fa2a51ee2ab3d83ca500b7826dcc52 (diff)
netlist: clang-tidy, header order fixes. (nw)
Diffstat (limited to 'src/lib/netlist/plib/ppreprocessor.cpp')
-rw-r--r--src/lib/netlist/plib/ppreprocessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/plib/ppreprocessor.cpp b/src/lib/netlist/plib/ppreprocessor.cpp
index 61baadbb608..d8909449403 100644
--- a/src/lib/netlist/plib/ppreprocessor.cpp
+++ b/src/lib/netlist/plib/ppreprocessor.cpp
@@ -556,7 +556,7 @@ namespace plib {
pstring n = args.next();
if (!is_valid_token(n))
error("define expected identifier");
- auto prevdef = get_define(n);
+ auto *prevdef = get_define(n);
if (lti.size() == 2)
{
if (prevdef != nullptr && prevdef->m_replace != "")