summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/ppreprocessor.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-01-20 21:15:22 +0100
committer couriersud <couriersud@gmx.org>2020-01-20 21:15:22 +0100
commit9e272e4b551d14e7032913f0aa972e2dd45fb4bd (patch)
treeb6c7c56b187f18f33eaba2f585a04ef433211ecf /src/lib/netlist/plib/ppreprocessor.h
parent81703afe74615ec5cc399dd91946e4d3b05d83a7 (diff)
netlist: code maintenance. (nw)
- remove pthrow trampline as proposed by Vas. - identify throwing code by adding noexcept(false) - move "connected term" information to setup code. - srcclean
Diffstat (limited to 'src/lib/netlist/plib/ppreprocessor.h')
-rw-r--r--src/lib/netlist/plib/ppreprocessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/plib/ppreprocessor.h b/src/lib/netlist/plib/ppreprocessor.h
index 892015b7f5a..fe498fc1148 100644
--- a/src/lib/netlist/plib/ppreprocessor.h
+++ b/src/lib/netlist/plib/ppreprocessor.h
@@ -77,7 +77,7 @@ namespace plib {
return *this;
}
- [[noreturn]] void error(const pstring &err);
+ [[noreturn]] void error(const pstring &err) noexcept(false);
protected: