From 69d4f1c761291d2c33c4b22454877402465b2c48 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Sun, 4 Dec 2005 20:03:34 -0800 Subject: Import Debian changes 3a2-3 slib (3a2-3) unstable; urgency=low * Brought all source files up-to-date with upstream CVS. Repeat changes from version 3a2-1 in Makefile. --- prec.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prec.scm') diff --git a/prec.scm b/prec.scm index 3d57318..02b7136 100644 --- a/prec.scm +++ b/prec.scm @@ -432,7 +432,7 @@ ;;; On MS-DOS systems, -Z (26) needs to be ignored in order to ;;; avoid problems at end of files. (case (software-type) - ((MS-DOS) + ((ms-dos) (if (not (char-whitespace? (integer->char 26))) (prec:define-grammar (tok:char-group 0 (integer->char 26) #f)) ))) -- cgit v1.2.3