~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to rtl/amiga/os.inc

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2001-08-29 23:15:17 UTC
  • Revision ID: james.westby@ubuntu.com-20010829231517-thxsp7ctuab584ia
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    $Id: os.inc,v 1.1 2000/07/13 06:30:28 michael Exp $
 
3
    This file is part of the Free Pascal run time library.
 
4
    Copyright (c) 1999-2000 by the Free Pascal development team.
 
5
 
 
6
    See the file COPYING.FPC, included in this distribution,
 
7
    for details about the copyright.
 
8
 
 
9
    This program is distributed in the hope that it will be useful,
 
10
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
12
 
 
13
 **********************************************************************}
 
14
{$define amiga}
 
15
{$undef go32v2}
 
16
{$undef os2}
 
17
{$undef linux}
 
18
{$undef win32}
 
19
{$undef macos}
 
20
{$undef atari}
 
21
 
 
22
{
 
23
  $Log: os.inc,v $
 
24
  Revision 1.1  2000/07/13 06:30:28  michael
 
25
  + Initial import
 
26
 
 
27
  Revision 1.4  2000/02/09 16:59:28  peter
 
28
    * truncated log
 
29
 
 
30
  Revision 1.3  2000/01/07 16:41:29  daniel
 
31
    * copyright 2000
 
32
 
 
33
  Revision 1.2  2000/01/07 16:32:22  daniel
 
34
    * copyright 2000 added
 
35
 
 
36
}