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. v2.1.0-46-ga1a3a0d


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. v2.1.0-46-ga1a3a0d
Date: Sun, 15 May 2011 15:29:55 +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=a1a3a0dd5d8cb03ea16c604b2e82038474315bea

The branch, master has been updated
       via  a1a3a0dd5d8cb03ea16c604b2e82038474315bea (commit)
      from  44e5b410bd19655f14c7e50f7a823fcc8c6ec97f (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 a1a3a0dd5d8cb03ea16c604b2e82038474315bea
Author: Andy Wingo <address@hidden>
Date:   Sun May 15 17:29:46 2011 +0200

    regexp.test needed char-code-limit
    
    * test-suite/tests/regexp.test (char-code-limit): Define a local version
      of this recently removed definition.  Hopefully that's the only use
      of it though!

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

Summary of changes:
 test-suite/tests/regexp.test |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test-suite/tests/regexp.test b/test-suite/tests/regexp.test
index f405df4..832542e 100644
--- a/test-suite/tests/regexp.test
+++ b/test-suite/tests/regexp.test
@@ -145,6 +145,8 @@
          (with-latin1-locale body ...)
          (begin body ...)))))
 
+(define char-code-limit 256)
+
 (with-test-prefix "regexp-quote"
 
   (pass-if-exception "no args" exception:wrong-num-args


hooks/post-receive
-- 
GNU Guile



reply via email to

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