lazarus/components/codetools/allcodetoolunits.pp
lazarus 5535649f0b MG: fixes for fpc 1.1: range check errors
git-svn-id: trunk@365 -
2001-10-24 00:35:55 +00:00

37 lines
786 B
ObjectPascal

{ $Id$ }
{
/***************************************************************************
allcodetoolunits.pp
dummy unit to compile all units
/***************************************************************************
}
unit allcodetoolunits;
{$mode objfpc}{$H+}
interface
uses
MemCheck,
CodeToolManager, CodeTools, LinkScanner, BasicCodeTools, SourceChanger,
CodeCache, KeywordFuncLists, SourceLog, ExprEval, AVL_Tree, DefineTemplates;
implementation
end.
{ =============================================================================
$Log$
Revision 1.2 2001/10/24 00:35:53 lazarus
MG: fixes for fpc 1.1: range check errors
Revision 1.1 2001/10/09 10:04:43 lazarus
MG: added allcodetoolunits.pp
}