diff options
author | 2019-11-11 15:04:21 +0100 | |
---|---|---|
committer | 2019-11-11 15:04:21 +0100 | |
commit | 63561e2c2c64d1fc3376fcd7d54051068e39b5f7 (patch) | |
tree | 2f98d2a0b93dbc4b854efed4c01eb2e4b04672fa /src/lib/netlist/plib/pfunction.cpp | |
parent | 82e9ccb3a9ea067615c24d3fe1979a3676bb6746 (diff) |
netlist: maintenance. (nw)
- Fix automatic header generation
- clang lint fixes.
- srcclean
- remove dead code
Diffstat (limited to 'src/lib/netlist/plib/pfunction.cpp')
-rw-r--r-- | src/lib/netlist/plib/pfunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/plib/pfunction.cpp b/src/lib/netlist/plib/pfunction.cpp index 6f563ee9bbf..dee38f86416 100644 --- a/src/lib/netlist/plib/pfunction.cpp +++ b/src/lib/netlist/plib/pfunction.cpp @@ -227,7 +227,7 @@ namespace plib { } //printf("e : %s\n", expr.c_str()); //for (auto &s : postfix) - // printf("x : %s\n", s.c_str()); + // printf("x : %s\n", s.c_str()); compile_postfix(inputs, postfix, expr); } |