From c9904219b8a877b05608fffc1ca8a50ba6a6bb36 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 4 Jan 2014 19:17:15 +0000 Subject: C89. --- src/select/hash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/select/hash.c b/src/select/hash.c index 6fc08d7..9f83cfb 100644 --- a/src/select/hash.c +++ b/src/select/hash.c @@ -856,8 +856,9 @@ css_error _insert_into_chain(css_selector_hash *ctx, hash_entry *head, #endif if (prev == NULL) { + hash_entry temp; entry->next = entry; - hash_entry temp = *entry; + temp = *entry; *entry = *head; *head = temp; } else { -- cgit v1.2.3