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.7-103-g6f160


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-103-g6f160a6
Date: Mon, 18 Feb 2013 20:43:36 +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=6f160a6e99a68347d11864d4a9bf15da851c9202

The branch, stable-2.0 has been updated
       via  6f160a6e99a68347d11864d4a9bf15da851c9202 (commit)
      from  84ebfef4e69130288d68d68c9e872402aa91363d (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 6f160a6e99a68347d11864d4a9bf15da851c9202
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 18 21:43:30 2013 +0100

    build: Fix compilation of `c-tokenize.c' with latest Gnulib.
    
    * libguile/c-tokenize.lex: Include <config.h>, to pull in Gnulib macro
      definitions now required.

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

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

diff --git a/libguile/c-tokenize.lex b/libguile/c-tokenize.lex
index dc72257..856224e 100644
--- a/libguile/c-tokenize.lex
+++ b/libguile/c-tokenize.lex
@@ -14,7 +14,8 @@ FLOQUAL               (f|F|l|L)
 INTQUAL                (l|L|ll|LL|lL|Ll|u|U)
 
 %{
-    
+#include <config.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>


hooks/post-receive
-- 
GNU Guile



reply via email to

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