mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
The vvp/ivl_dlfcn.h and cadpli/ivl_dlfcn.h files are essentially the same, but have diverged a bit over the years. Merge them into a single shared file at the top level. Use the static prefix for all inline functins (currently only used in the cadpli version) as that will fix issue #1301. We now require the compiler to support at least C99, so can use "inline", not "__inline__".