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

« back to all changes in this revision

Viewing changes to packages/extra/amunits/demos/dirdemo.pas

  • 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
1
PROGRAM DirDemo;
2
2
 
3
 
 
3
{
4
4
    How you can use unit linklist.
5
5
    21 Mar 2001.
6
6
 
105
105
 
106
106
{
107
107
  $Log: dirdemo.pas,v $
108
 
  Revision 1.2  2003/01/19 14:57:12  nils
109
 
  * removed mode objfpc
110
 
 
111
 
  Revision 1.1  2002/11/28 19:42:26  nils
112
 
    * initial release
 
108
  Revision 1.3  2005/02/14 17:13:19  peter
 
109
    * truncate log
113
110
 
114
111
}
115
 
  
 
112