From 60a09f35729e72384a1a018b58379a9c8fa92767 Mon Sep 17 00:00:00 2001 From: Scott Owens Date: Mon, 13 Aug 2001 00:29:03 +0000 Subject: [PATCH] *** empty log message *** original commit: c6dc8b2bf22d13d8ba6bf8a9da5c8f61b480ce55 --- collects/parser-tools/lex.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/parser-tools/lex.ss b/collects/parser-tools/lex.ss index 3f2abc4..48e4418 100644 --- a/collects/parser-tools/lex.ss +++ b/collects/parser-tools/lex.ss @@ -111,7 +111,7 @@ ;; make-lex-buf: input-port -> lex-buf (define (make-lex-buf ip) - (make-lex-buffer ip null null 0 0 0 null)) + (make-lex-buffer ip null null 1 1 1 null)) ;; next-char: lex-buf -> c ;; gets the next character from the buffer