Commit 4b7b5dfd authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

fix print code for values in murphi2c

This seems to have been broken more or less forever, but apparently C compiler's
accepted this as a non-prototyped function. This was exposed as an error by a
recent transition to Apple clang version 12.0.0 which defaults to C99, requiring
stricter rules around pre-prototyping functions. We should probably set a C
standard explicitly during compilation in testing.
parent 9c213bc3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment