X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/d9e59f894e1b41958203ddda7f21f4817cfcfe37..dfa11aa3f60847a252b797023530e8cd19ed03da:/module/ice-9/runq.scm diff --git a/module/ice-9/runq.scm b/module/ice-9/runq.scm index eb1e2203f..78a420322 100644 --- a/module/ice-9/runq.scm +++ b/module/ice-9/runq.scm @@ -1,11 +1,11 @@ ;;;; runq.scm --- the runq data structure ;;;; -;;;; Copyright (C) 1996, 2001, 2006 Free Software Foundation, Inc. +;;;; Copyright (C) 1996, 2001, 2006, 2010 Free Software Foundation, Inc. ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public ;;;; License as published by the Free Software Foundation; either -;;;; version 2.1 of the License, or (at your option) any later version. +;;;; version 3 of the License, or (at your option) any later version. ;;;; ;;;; This library is distributed in the hope that it will be useful, ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -208,7 +208,6 @@ ;;; runq, strips of the parallel subtasks will run ;;; round-robin style. ;;; -(define fork-strips (lambda args args)) ;;;;