gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-20-g20e3b4e


From: Ludovic Courtès
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-20-g20e3b4e
Date: Thu, 24 Nov 2011 23:29:11 +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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=20e3b4e584ae156d29996b30d9da1460ba617f49

The branch, master has been updated
       via  20e3b4e584ae156d29996b30d9da1460ba617f49 (commit)
      from  7ce1200106b411bde7d2956e00204d8fda58f5bd (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 20e3b4e584ae156d29996b30d9da1460ba617f49
Author: Ludovic Courtès <address@hidden>
Date:   Fri Nov 25 00:29:07 2011 +0100

    guile: Fix the (unused) `output-procedure-texi-documentation-from-c-file'.
    
    Reported by Mike Gran <address@hidden>.

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

Summary of changes:
 guile/modules/system/documentation/output.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/guile/modules/system/documentation/output.scm 
b/guile/modules/system/documentation/output.scm
index 4f996ff..347a8b6 100644
--- a/guile/modules/system/documentation/output.scm
+++ b/guile/modules/system/documentation/output.scm
@@ -1,6 +1,6 @@
 ;;; output.scm  --  Output documentation "snarffed" from C files in Texi/GDF.
 ;;;
-;;; Copyright 2006, 2007, 2010 Free Software Foundation, Inc.
+;;; Copyright 2006, 2007, 2010, 2011 Free Software Foundation, Inc.
 ;;;
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify
@@ -163,7 +163,7 @@ function."
   (for-each (lambda (texi-string)
               (display texi-string port))
             (map procedure-texi-documentation
-                 (run-cpp-and-extract-snarfing cpp c-file cflags))))
+                 (run-cpp-and-extract-snarfing c-file cpp cflags))))
 
 
 ;;; output.scm ends here


hooks/post-receive
-- 
GNU gnutls



reply via email to

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