On Mon, Jul 05, 1999 at 04:49:12AM +0300, Tommi Virtanen wrote:
>         To use this patch, rename make_char_classes to 
>         make_char_classes.in and make_class to make_class.in,
>         and replace the "#! /usr/bin/scsh \" line with
>         "#! @SCHEME@ \". The utilities will be generated from
>         the .in files to refer to the correct scheme.

        Hmmpfh. Never do diffs when you're tired.
        Also change this for make_class.in:

***************
*** 17,23 ****
  ;; preprocessor first?
  (define (werror f . args)
!   (display (apply format #f f args) 2))
  (define (string-prefix? prefix s)
    (let ((l (string-length prefix)))
--- 17,23 ----
  ;; preprocessor first?
  (define (werror f . args)
!   (display (apply format #f f args) (current-error-port)))
  (define (string-prefix? prefix s)
    (let ((l (string-length prefix)))

-- 
Havoc Consulting | unix, linux, perl, mail, www, internet, security consulting
+358 50 5486010  | software development, unix administration, training

Reply via email to