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

« back to all changes in this revision

Viewing changes to ide/compiler/compunit.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
{
 
2
  $Id: compunit.pas,v 1.4 2005/02/14 17:13:19 peter Exp $
 
3
 
 
4
  Build file for the compiler units. This is also a unit so
 
5
  that there will be no linking
 
6
}
 
7
unit compunit;
 
8
interface
 
9
uses
 
10
  ppheap,
 
11
  compiler,
 
12
  comphook,
 
13
  cpuinfo,
 
14
  browcol;
 
15
 
 
16
implementation
 
17
end.
 
18
{
 
19
  $Log: compunit.pas,v $
 
20
  Revision 1.4  2005/02/14 17:13:19  peter
 
21
    * truncate log
 
22
 
 
23
}