diff options
author | 2017-01-22 23:36:54 +0100 | |
---|---|---|
committer | 2017-01-25 22:17:46 +0100 | |
commit | 093bda019317a5a66699b35f8b25ab73802f1f1c (patch) | |
tree | b0e35b6f83d8cba9f7d69eda8c857cf799f1bfc1 /src/lib/netlist/prg/nltool.cpp | |
parent | 624463dc3457e2719af007a6afee3da107af4a94 (diff) |
Added infix notation parsing to the function parser. (nw)
Diffstat (limited to 'src/lib/netlist/prg/nltool.cpp')
-rw-r--r-- | src/lib/netlist/prg/nltool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/netlist/prg/nltool.cpp b/src/lib/netlist/prg/nltool.cpp index 19b453cb069..910f9078561 100644 --- a/src/lib/netlist/prg/nltool.cpp +++ b/src/lib/netlist/prg/nltool.cpp @@ -502,6 +502,7 @@ static const pstring pmf_verbose[] = }; #endif + int main(int argc, char *argv[]) { tool_options_t opts; |