guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-89-gccb771


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-89-gccb7715
Date: Mon, 19 Sep 2011 20:13:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=ccb771575a9fc03eab034bef4c77917486bbf8c7

The branch, stable-2.0 has been updated
       via  ccb771575a9fc03eab034bef4c77917486bbf8c7 (commit)
      from  72b2ca55f6e115927aa4e76401c992f21198681f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ccb771575a9fc03eab034bef4c77917486bbf8c7
Author: Julian Graham <address@hidden(none)>
Date:   Sun Sep 18 16:58:47 2011 -0400

    Remove extraneous semicolon from `SCM_STATIC_SUBR_OBJVECT' to prevent ISO 
C90 warning.
    
    * snarf.h (SCM_STATIC_SUBR_OBJVECT): Remove semicolon at end of macro
      definition.

-----------------------------------------------------------------------

Summary of changes:
 libguile/snarf.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libguile/snarf.h b/libguile/snarf.h
index b0800c4..1c072ba 100644
--- a/libguile/snarf.h
+++ b/libguile/snarf.h
@@ -372,7 +372,7 @@ SCM_SNARF_INIT(scm_set_smob_apply((tag), (c_name), (req), 
(opt), (rest));)
     SCM_PACK (0),                                                       \
     foreign,                                                            \
     SCM_BOOL_F, /* the name */                                          \
-  };                                                                   \
+  }
 
 #define SCM_STATIC_PROGRAM(c_name, objcode, objtable, freevars)         \
   static SCM_ALIGNED (8) SCM_UNUSED SCM                                 \


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]