~ubuntu-branches/ubuntu/trusty/mit-scheme/trusty-proposed

« back to all changes in this revision

Viewing changes to src/microcode/makegen/files-gc-bch.scm

  • Committer: Bazaar Package Importer
  • Author(s): Evan Broder
  • Date: 2009-03-08 00:46:17 UTC
  • mfrom: (1.1.6 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090308004617-csqyjpnkg7daq9c4
Tags: 7.7.90+20090107-1ubuntu1
* Merge from debian unstable, remaining changes (LP: #288000, #217792):
  * Bootstrapping done via binary package from Debian unstable. See log
      entry for 7.7.90+20060906-3ubuntu1 for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#| -*-Scheme-*-
2
 
 
3
 
$Id: files-gc-bch.scm,v 1.6 2007/01/05 21:19:26 cph Exp $
4
 
 
5
 
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
6
 
    1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
7
 
    2006, 2007 Massachusetts Institute of Technology
8
 
 
9
 
This file is part of MIT/GNU Scheme.
10
 
 
11
 
MIT/GNU Scheme is free software; you can redistribute it and/or modify
12
 
it under the terms of the GNU General Public License as published by
13
 
the Free Software Foundation; either version 2 of the License, or (at
14
 
your option) any later version.
15
 
 
16
 
MIT/GNU Scheme is distributed in the hope that it will be useful, but
17
 
WITHOUT ANY WARRANTY; without even the implied warranty of
18
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19
 
General Public License for more details.
20
 
 
21
 
You should have received a copy of the GNU General Public License
22
 
along with MIT/GNU Scheme; if not, write to the Free Software
23
 
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
24
 
USA.
25
 
 
26
 
|#
27
 
 
28
 
;;;; C files for one-heap garbage-collector.
29
 
 
30
 
"bchdmp"
31
 
"bchgcl"
32
 
"bchmmg"
33
 
"bchpur"
34
 
"bchutl"