From 6948e45263ad950facabbd856c13759c8732fd93 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Fri, 31 May 2019 11:45:09 +0200 Subject: [PATCH] Removed code specific to chicken 4.x. --- burrower.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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") -- 2.20.1