From: Tim Vaughan Date: Fri, 31 May 2019 09:45:09 +0000 (+0200) Subject: Removed code specific to chicken 4.x. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scratchy.git;a=commitdiff_plain;h=6948e45263ad950facabbd856c13759c8732fd93;hp=725da421a58d5aa94cdef820b9fb6bf4fbddaf31 Removed code specific to chicken 4.x. --- diff --git a/burrower.scm b/burrower.scm index fe3149f..9db8599 100644 --- a/burrower.scm +++ b/burrower.scm @@ -1,6 +1,10 @@ +;;; Burrower gopher server +;; +;; Requires Chicken 5.0.0. +;; + ;;; Imports -;; Chicken 5 (import (chicken tcp) (chicken port) (chicken io) @@ -13,9 +17,6 @@ (chicken process-context) srfi-1 srfi-13 matchable) -;; Chicken 4 -;; (use srfi-1 srfi-13 tcp posix matchable) - ;;; Global constants (define gopher-index-filename "index")