diff options
author | 2020-01-31 20:20:53 +0100 | |
---|---|---|
committer | 2020-01-31 20:20:53 +0100 | |
commit | 72f86082aaef3166335dad915fa4656073a51a76 (patch) | |
tree | e95111d3ffdc0dc259ef54d19ecf0c924b9e2b30 /src/lib/netlist/plib/ppreprocessor.h | |
parent | 146739fb884397840555dbd0dceb01aeb9f191c8 (diff) |
netlist: clang lint fixes. (nw)
Diffstat (limited to 'src/lib/netlist/plib/ppreprocessor.h')
-rw-r--r-- | src/lib/netlist/plib/ppreprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/plib/ppreprocessor.h b/src/lib/netlist/plib/ppreprocessor.h index fe498fc1148..30af8d936f2 100644 --- a/src/lib/netlist/plib/ppreprocessor.h +++ b/src/lib/netlist/plib/ppreprocessor.h @@ -132,7 +132,7 @@ namespace plib { void process_stack(); string_list tokenize(const pstring &str, const string_list &sep, bool remove_ws, bool concat); - bool is_valid_token(const pstring &str); + static bool is_valid_token(const pstring &str); std::pair<pstring,bool> process_line(pstring line); pstring process_comments(pstring line); |