1
0
mirror of synced 2026-01-25 11:56:22 +00:00

Merge pull request #4825 from YosysHQ/emil/fix-gcc-error-directive

yosys_common: fix gcc warning in #error directive
This commit is contained in:
Emil J
2024-12-19 16:29:03 +01:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ YOSYS_NAMESPACE_BEGIN
// Note: All headers included in hashlib.h must be included
// outside of YOSYS_NAMESPACE before this or bad things will happen.
#ifdef HASHLIB_H
# error You've probably included hashlib.h under two namespace paths. Bad idea.
# error "You've probably included hashlib.h under two namespace paths. Bad idea."
#else
# include "kernel/hashlib.h"
# undef HASHLIB_H