guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-2-120-g15


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-2-120-g1505848
Date: Thu, 27 Aug 2009 23:16:54 +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=1505848425bf149f864ea106bce71447f739012d

The branch, master has been updated
       via  1505848425bf149f864ea106bce71447f739012d (commit)
      from  639bf3e507959ca53fef713306eb33f1074f1588 (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 1505848425bf149f864ea106bce71447f739012d
Author: Ludovic Courtès <address@hidden>
Date:   Fri Aug 28 01:16:49 2009 +0200

    Add missing `FUNC_NAME' definition.
    
    * libguile/load.c (scm_sys_warn_autocompilation_enabled): Define
      `FUNC_NAME'.

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

Summary of changes:
 libguile/load.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libguile/load.c b/libguile/load.c
index e2c0dbf..29ef74a 100644
--- a/libguile/load.c
+++ b/libguile/load.c
@@ -650,9 +650,10 @@ autocompile_catch_handler (void *data, SCM tag, SCM 
throw_args)
 
 SCM_DEFINE (scm_sys_warn_autocompilation_enabled, 
"%warn-autocompilation-enabled", 0, 0, 0,
            (void), "")
+#define FUNC_NAME s_scm_sys_warn_autocompilation_enabled
 {
   static int message_shown = 0;
-  
+
   if (!message_shown)
     {
       scm_puts (";;; note: autocompilation is enabled, set 
GUILE_AUTO_COMPILE=0\n"
@@ -663,8 +664,8 @@ SCM_DEFINE (scm_sys_warn_autocompilation_enabled, 
"%warn-autocompilation-enabled
 
   return SCM_UNSPECIFIED;
 }
+#undef FUNC_NAME
 
-  
 static SCM
 scm_try_autocompile (SCM source)
 {


hooks/post-receive
-- 
GNU Guile




reply via email to

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