diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-10-31 01:15:07 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-10-31 01:15:07 +0100 |
commit | f024b19ed9b472ac3c72091c48f0b6e2d268d76a (patch) | |
tree | f2997a42059eebe9aa3bdf055f50dd85e444e24a /README | |
parent | cc7986a3e57a05129b99cf02036f53c472c643b1 (diff) | |
download | yosys-f024b19ed9b472ac3c72091c48f0b6e2d268d76a.tar.gz yosys-f024b19ed9b472ac3c72091c48f0b6e2d268d76a.tar.bz2 yosys-f024b19ed9b472ac3c72091c48f0b6e2d268d76a.zip |
README file typo fix
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,7 +272,7 @@ a recent version of gcc: unable to find string literal operator ‘operator"" PRIi64’ This is a bug in the minisat header. It can be fixed by adding spaces before -and after each occurance of PRIi64 in the header file: +and after each occurrence of PRIi64 in the header file: sudo sed -i 's/PRIi64/ & /' /usr/include/minisat/utils/Options.h |