I would like to propose this minor change to the code; it unbreaks OpenBSD port for mips64 arch, but it could be of general interest, since it fixes a missing function prototype.
The involved function is ReadVerilogFile in verilog.c; I added the prototype in base/netgen.h, moving there the cellstack struc definition too (from base/spice.c).
Dear Tim,
I would like to propose this minor change to the code; it unbreaks OpenBSD port for mips64 arch, but it could be of general interest, since it fixes a missing function prototype.
The involved function is
ReadVerilogFile
inverilog.c
; I added the prototype inbase/netgen.h
, moving there thecellstack
struc definition too (frombase/spice.c
).Let me know if this is acceptable.
All the best
-- Alessandro