From 9ac7c9cda2cb9305d6a20679f92d8873f7b325b6 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 18 Jul 2002 03:58:34 +0000 Subject: [PATCH] (common_int): Explicitly declare return type as "int". (Logical change 1.19) --- src/ia64/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ia64/init.h b/src/ia64/init.h index 784d59d8..a6748154 100644 --- a/src/ia64/init.h +++ b/src/ia64/init.h @@ -23,7 +23,7 @@ License. */ #include "unwind_i.h" -static inline +static inline int common_init (struct ia64_cursor *c) { int i, ret;