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

« back to all changes in this revision

Viewing changes to src/microcode/option.h

  • Committer: Bazaar Package Importer
  • Author(s): Chris Hanson
  • Date: 2010-03-10 02:00:45 UTC
  • mfrom: (1.1.7 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100310020045-4np1y3ro6sk2oz92
Tags: 9.0.1-1
* New upstream.
* debian/watch: Fix, previous version was broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*-C-*-
2
2
 
3
 
$Id: option.h,v 1.21 2008/09/26 08:30:23 cph Exp $
4
 
 
5
3
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
6
4
    1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
7
 
    2006, 2007, 2008 Massachusetts Institute of Technology
 
5
    2006, 2007, 2008, 2009, 2010 Massachusetts Institute of Technology
8
6
 
9
7
This file is part of MIT/GNU Scheme.
10
8
 
40
38
extern bool option_force_interactive;
41
39
extern bool option_disable_core_dump;
42
40
extern bool option_batch_mode;
 
41
extern bool option_show_help;
 
42
extern bool option_show_version;
43
43
 
44
44
/* String options */
45
45
extern const char ** option_library_path;
46
46
extern const char * option_band_file;
47
47
extern const char * option_fasl_file;
48
 
extern const char * option_utabmd_file;
49
48
 
50
49
/* Numeric options */
51
50
extern unsigned long option_heap_size;