[prev in list] [next in list] [prev in thread] [next in thread] 

List:       libverto-commits
Subject:    [libverto] [core] remove inline keyword, let compilers choose
From:       npmccallum () fedoraproject ! org (Nathaniel McCallum)
Date:       2011-07-05 18:04:13
Message-ID: 20110705180413.7E6F5120578 () lists ! fedorahosted ! org
[Download RAW message or body]

commit 8adaed6824165e52ce8f2669e853aabcb4fa94d2
Author: Nathaniel McCallum <npmccallum at redhat.com>
Date:   Tue Jul 5 14:04:09 2011 -0400

    [core] remove inline keyword, let compilers choose

 src/verto.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/verto.c b/src/verto.c
index 4356450..997e0b2 100644
--- a/src/verto.c
+++ b/src/verto.c
@@ -75,7 +75,7 @@ struct _verto_ev {
 
 const verto_module *defmodule;
 
-static inline bool
+static bool
 do_load_file(const char *filename, bool reqsym, void **dll,
              const verto_module **module)
 {
@@ -108,7 +108,7 @@ do_load_file(const char *filename, bool reqsym, void **dll,
         return false;
 }
 
-static inline bool
+static bool
 do_load_dir(const char *dirname, const char *prefix, const char *suffix,
             bool reqsym, void **dll, const verto_module **module)
 {
@@ -217,7 +217,7 @@ load_module(const char *impl, void **dll, const verto_module **module)
     return success;
 }
 
-static inline verto_ev *
+static verto_ev *
 make_ev(verto_ev_ctx *ctx, verto_callback *callback, void *priv,
         verto_ev_type type, verto_ev_flag flags)
 {
@@ -239,7 +239,7 @@ make_ev(verto_ev_ctx *ctx, verto_callback *callback, void *priv,
     return ev;
 }
 
-static inline void
+static void
 push_ev(verto_ev_ctx *ctx, verto_ev *ev)
 {
     if (!ctx || !ev)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic