elf: Add missing argument in 'elf-segment'.
[bpt/guile.git] / module / ice-9 / runq.scm
index eb1e220..78a4203 100644 (file)
@@ -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
 ;;;            runq, strips of the parallel subtasks will run
 ;;;            round-robin style.
 ;;;
-(define fork-strips (lambda args args))
 
 
 ;;;;