~ubuntu-branches/ubuntu/intrepid/mit-scheme/intrepid-updates

« back to all changes in this revision

Viewing changes to src/runtime/runtime.sf

  • Committer: Bazaar Package Importer
  • Author(s): Chris Hanson
  • Date: 2005-01-18 00:33:57 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050118003357-pv3i8iqlm5m80tl5
Tags: 7.7.90-5
* Add "libx11-dev" to build-depends.  (closes: Bug#290845)
* Fix debian/control and debian/menu to eliminate some lintian errors
  and warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#| -*-Scheme-*-
2
2
 
3
 
$Id: runtime.sf,v 14.17 2001/12/19 21:49:15 cph Exp $
4
 
 
5
 
Copyright (c) 1988-2001 Massachusetts Institute of Technology
6
 
 
7
 
This program is free software; you can redistribute it and/or modify
 
3
$Id: runtime.sf,v 14.20 2003/02/14 18:28:33 cph Exp $
 
4
 
 
5
Copyright (c) 1988,1989,1990,1991,1992 Massachusetts Institute of Technology
 
6
Copyright (c) 1994,1995,1996,2001,2003 Massachusetts Institute of Technology
 
7
 
 
8
This file is part of MIT/GNU Scheme.
 
9
 
 
10
MIT/GNU Scheme is free software; you can redistribute it and/or modify
8
11
it under the terms of the GNU General Public License as published by
9
12
the Free Software Foundation; either version 2 of the License, or (at
10
13
your option) any later version.
11
14
 
12
 
This program is distributed in the hope that it will be useful, but
 
15
MIT/GNU Scheme is distributed in the hope that it will be useful, but
13
16
WITHOUT ANY WARRANTY; without even the implied warranty of
14
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
18
General Public License for more details.
16
19
 
17
20
You should have received a copy of the GNU General Public License
18
 
along with this program; if not, write to the Free Software
19
 
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
20
 
02111-1307, USA.
 
21
along with MIT/GNU Scheme; if not, write to the Free Software
 
22
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 
23
USA.
 
24
 
21
25
|#
22
26
 
 
27
(load-option '*PARSER)                  ;for url.scm
23
28
(fluid-let ((sf/default-syntax-table (->environment '(RUNTIME))))
24
29
  (sf-conditionally "char")
25
30
  (sf-conditionally "chrset")