3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-21 13:23:40 +00:00

Fixed typo in "log_cmd_error_exception"

This commit is contained in:
Clifford Wolf 2014-11-07 12:48:15 +01:00
parent a346c0bf2b
commit 99cdfb3110
5 changed files with 9 additions and 9 deletions

View file

@ -38,7 +38,7 @@ YOSYS_NAMESPACE_BEGIN
#define S__LINE__sub1(x) S__LINE__sub2(x)
#define S__LINE__ S__LINE__sub1(__LINE__)
struct log_cmd_error_expection { };
struct log_cmd_error_exception { };
extern std::vector<FILE*> log_files;
extern std::vector<std::ostream*> log_streams;