tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: nvi db glue missing prototypes
christos%astron.com@localhost (Christos Zoulas) writes:
> This will duplicate the prototypes in dbinternal.h which you should
> remove if you apply this patch... Other than that looks fine to me.
On further investigation, the commit that created dbinternal.h already
fixed this; I'd gotten my various checkouts confused and was working in
one that wasn't recently updated. (Indeed, the patch I posted would
break the build if committed to HEAD or netbsd-5.) My apologies for the
mailing list noise.
--
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l)))))) (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k))))))) '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))
Home |
Main Index |
Thread Index |
Old Index