From 5b1e8bfcb99e493df7c4149fb97b9224a087e6bc Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 15 Oct 2008 19:31:12 +0000 Subject: [PATCH] a few fixes for cgraph merge --- lib/common/usershape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/usershape.h b/lib/common/usershape.h index 42ad18c17..d562b17a7 100644 --- a/lib/common/usershape.h +++ b/lib/common/usershape.h @@ -40,7 +40,7 @@ extern "C" { struct usershape_s { Dtlink_t link; - char *name; + const char *name; int macro_id; boolean must_inline; boolean nocache; -- 2.50.1