mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-29 03:43:39 +02:00

Some files have been moved to other directories to avoid conflicts with the jcfbase and jcfidelazarus package paths.
43 lines
2.2 KiB
ObjectPascal
43 lines
2.2 KiB
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit jcfbase;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
AsmKeywords, BuildParseTree, BuildTokenList, ParseError, ParseTreeNode,
|
|
ParseTreeNodeType, SourceToken, SourceTokenList, Tokens, TokenUtils,
|
|
PreProcessorExpressionParser, PreProcessorExpressionTokenise,
|
|
PreProcessorExpressionTokens, PreProcessorParseTree, AllProcesses,
|
|
BaseVisitor, FormatFlags, Nesting, RemoveEmptyComment, SwitchableVisitor,
|
|
TreeWalker, VisitSetNesting, VisitSetXY, VisitStripEmptySpace, AlignAssign,
|
|
AlignBase, AlignComment, AlignConst, AlignField, AlignTypedef, AlignVars,
|
|
Capitalisation, IdentifierCaps, SpecificWordCaps, UnitNameCaps,
|
|
IndentAsmParam, Indenter, BasicStats, FixCase, RebreakLines,
|
|
ReduceWhiteSpace, RemoveBlankLine, RemoveComment,
|
|
RemoveConsecutiveWhiteSpace, RemoveReturn, RemoveUnneededWhiteSpace,
|
|
MozComment, BlockStyles, LongLineBreaker, NoReturnAfter, NoReturnBefore,
|
|
PropertyOnOneLine, RemoveBlankLinesAfterProcHeader, RemoveBlankLinesInVars,
|
|
RemoveConsecutiveReturns, RemoveReturnsAfter, RemoveReturnsAfterBegin,
|
|
RemoveReturnsBeforeEnd, ReturnAfter, ReturnBefore, ReturnChars,
|
|
ReturnsAfterFinalEnd, MaxSpaces, MoveSpaceToBeforeColon, NoSpaceAfter,
|
|
NoSpaceBefore, RemoveSpaceAtLineEnd, SingleSpaceAfter, SingleSpaceBefore,
|
|
SpaceBeforeColon, SpaceToTab, TabToSpace, AddBeginEnd, AddBlockEndSemicolon,
|
|
FindReplace, SortUses, SortUsesData, UsesClauseFindReplace,
|
|
UsesClauseInsert, UsesClauseRemove, WarnAssignToFunctionName,
|
|
WarnCaseNoElse, WarnDestroy, WarnEmptyBlock, WarnImbalancedComment, Warning,
|
|
WarnRealType, WarnUnusedParam, Converter, ConvertTypes, FileConverter,
|
|
StringsConverter, StringsWriter, JcfSetBase, SetAlign, SetAsm, SetCaps,
|
|
SetClarify, SetComments, SetFile, SetIndent, SetObfuscate, SetPreProcessor,
|
|
SetReplace, SetReturns, SetSpaces, SettingsTypes, SetTransform, SetUses,
|
|
SetWordList, RegistrySettings, SettingsStream, JcfRegistrySettings,
|
|
JcfSettings, JcfUiTools, IntList, JcfLog, JcfMiscFunctions, JcfStringUtils,
|
|
JcfUnicodeFiles, JcfVersionConsts, jcfbaseConsts;
|
|
|
|
implementation
|
|
|
|
end.
|