diff options
| author | 2019-11-08 12:56:05 +0100 | |
|---|---|---|
| committer | 2019-11-08 12:56:05 +0100 | |
| commit | bbbd1c0e8e0baaeb9e45fd5285b0202dc8cdced4 (patch) | |
| tree | 5ae90fb46e91b4a27910f30273232d054427dbc4 /src/lib/netlist/nl_parser.cpp | |
| parent | ffe5c0772c036b037a688826fd6d0307005a8949 (diff) | |
netlist: maintenance. (nw)
- switch to VS 2019 community and fix standalone build.
- more migration to C++ comment style.
- add some more doxygen markup.
Diffstat (limited to 'src/lib/netlist/nl_parser.cpp')
| -rw-r--r-- | src/lib/netlist/nl_parser.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/netlist/nl_parser.cpp b/src/lib/netlist/nl_parser.cpp index d07335f343b..3db19416193 100644 --- a/src/lib/netlist/nl_parser.cpp +++ b/src/lib/netlist/nl_parser.cpp @@ -1,9 +1,5 @@ // license:GPL-2.0+ // copyright-holders:Couriersud -/* - * nl_parser.c - * - */ #include "nl_parser.h" #include "nl_base.h" |
