From eb9571ede701defafd2b9685138826a719124b5b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 3 Jul 2016 19:39:08 +0100 Subject: Help gcc opt --- frontends/amiga/font_cache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/amiga/font_cache.h') diff --git a/frontends/amiga/font_cache.h b/frontends/amiga/font_cache.h index 7c95ba594..a52f2f10e 100644 --- a/frontends/amiga/font_cache.h +++ b/frontends/amiga/font_cache.h @@ -27,9 +27,9 @@ struct ami_font_cache_node struct SkipNode skip_node; #endif struct OutlineFont *font; - char *bold; - char *italic; - char *bolditalic; + char *restrict bold; + char *restrict italic; + char *restrict bolditalic; struct TimeVal lastused; }; -- cgit v1.2.3