Removed code specific to chicken 4.x.
authorTim Vaughan <tgvaughan@gmail.com>
Fri, 31 May 2019 09:45:09 +0000 (11:45 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Fri, 31 May 2019 09:45:41 +0000 (11:45 +0200)
burrower.scm

index fe3149f..9db8599 100644 (file)
@@ -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")