From 342aedf9066719e251f15ba100b2fd136c41b79e Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 22 Mar 2008 10:33:07 +0000 Subject: [PATCH] avoid warning [r19006] --- type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type.c b/type.c index e5424be..3257dc5 100644 --- a/type.c +++ b/type.c @@ -142,7 +142,7 @@ void init_types(void) { obstack_init(type_obst); - atomic_type_properties_t *props = &atomic_type_properties; + atomic_type_properties_t *props = atomic_type_properties; if(char_is_signed) { props[ATOMIC_TYPE_CHAR].flags |= ATOMIC_TYPE_FLAG_SIGNED; -- 2.20.1