From 0e3b25468cb839039b7a49f0c5b5aba3db19f580 Mon Sep 17 00:00:00 2001 From: gatecat Date: Sun, 25 Jul 2021 12:06:51 +0100 Subject: gui: Implement about dialog Signed-off-by: gatecat --- common/nextpnr_assertions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/nextpnr_assertions.h b/common/nextpnr_assertions.h index 1dd2a58f..1989aa3a 100644 --- a/common/nextpnr_assertions.h +++ b/common/nextpnr_assertions.h @@ -56,6 +56,7 @@ inline void assert_fail_impl_str(std::string message, const char *expr_str, cons #define NPNR_ASSERT_FALSE(msg) (assert_fail_impl(msg, "false", __FILE__, __LINE__)) #define NPNR_ASSERT_FALSE_STR(msg) (assert_fail_impl_str(msg, "false", __FILE__, __LINE__)) +#define NPNR_STRINGIFY_MACRO(x) NPNR_STRINGIFY(x) #define NPNR_STRINGIFY(x) #x NEXTPNR_NAMESPACE_END -- cgit v1.2.3