diff options
author | 2019-10-29 19:55:53 +0100 | |
---|---|---|
committer | 2019-10-29 19:55:53 +0100 | |
commit | cac86fb1b4e23602ebf3b84465b687b6301736e3 (patch) | |
tree | 1990e822ff2c8f0ed2d57fd44dd0807562095586 /src/lib/netlist/nl_parser.h | |
parent | 316ee65978963211783fab69b089ef750f989060 (diff) |
netlist: code maintenance. (nw)
- Removed code no longer used
- Add noexcept where appropriate
- split pparser.[c|h] into ppreprocessor and ptokenizer
- smaller optimizations, e.g. use of std::size_t
- fix lint warnings
Diffstat (limited to 'src/lib/netlist/nl_parser.h')
-rw-r--r-- | src/lib/netlist/nl_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/nl_parser.h b/src/lib/netlist/nl_parser.h index 310a00a5fb2..3140fad6138 100644 --- a/src/lib/netlist/nl_parser.h +++ b/src/lib/netlist/nl_parser.h @@ -9,7 +9,7 @@ #define NL_PARSER_H_ #include "nl_setup.h" -#include "plib/pparser.h" +#include "plib/ptokenizer.h" namespace netlist { |