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

« back to all changes in this revision

Viewing changes to ide/gplprog.pt

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    $Id: gplprog.pt,v 1.2 2002/09/07 15:40:47 peter Exp $DATE $TIME peter Exp $
 
3
    This file is part of $PROMPT('This file is part of')
 
4
    Copyright (c) $DATE('yyyy') by $PROMPT('Your name')
 
5
 
 
6
    $PROMPT('Description of file')
 
7
 
 
8
    See the file COPYING.FPC, included in this distribution,
 
9
    for details about the copyright.
 
10
 
 
11
    This program is distributed in the hope that it will be useful,
 
12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
14
 
 
15
 **********************************************************************}
 
16
program $PROMPT('program');
 
17
 
 
18
uses $PROMPT('uses');
 
19
 
 
20
BEGIN
 
21
END.
 
22
{
 
23
  $Log: gplprog.pt,v $
 
24
  Revision 1.2  2002/09/07 15:40:47  peter
 
25
    * old logs removed and tabs fixed
 
26
 
 
27
}