guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, lua, updated. release_1-9-11-12-g1ccee


From: No Itisnt
Subject: [Guile-commits] GNU Guile branch, lua, updated. release_1-9-11-12-g1ccee22
Date: Thu, 03 Jun 2010 08:35:31 +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=1ccee22b16f08649527eabd353025192e12876f9

The branch, lua has been updated
       via  1ccee22b16f08649527eabd353025192e12876f9 (commit)
      from  d33af8f5568a1ea305546f7b7edbc16d95d66063 (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 1ccee22b16f08649527eabd353025192e12876f9
Author: No Itisnt <address@hidden>
Date:   Thu Jun 3 03:34:42 2010 -0500

    Fix syntax error in lua.scm.
    
    * lua.scm: Test case had no body.

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

Summary of changes:
 lua.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lua.scm b/lua.scm
index e74c8a5..4bdd1d9 100644
--- a/lua.scm
+++ b/lua.scm
@@ -333,4 +333,5 @@ lex) ; make-lexer
 (with-test-prefix "lua-eval"
   (define (from-string string)
     #f)
+  #t
 )
\ No newline at end of file


hooks/post-receive
-- 
GNU Guile



reply via email to

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