~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to tads/tads2/msdos/osnogen.c

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (c) 2003 by Michael J. Roberts.  All Rights Reserved. */
 
2
/*
 
3
Name
 
4
  osnogen.c - module for use when osgen.c (or osgen3.c) module isn't used
 
5
Function
 
6
  This module defines externals needed by osdos.c.  These externals are
 
7
  normally provided by osgen.c or osgen3.c.  When those modules aren't
 
8
  needed, but osdos.c is, this module can be linked in to provide the
 
9
  missing externals.
 
10
Notes
 
11
  
 
12
Modified
 
13
  08/30/03 MJRoberts  - Creation
 
14
*/
 
15
 
 
16
/* "plain" mode flag */
 
17
int os_f_plain = 1;
 
18