mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
fixed cgilazide uses clause
git-svn-id: trunk@6284 -
This commit is contained in:
parent
0769547146
commit
a6b3815b5f
@ -153,7 +153,7 @@ end;
|
||||
function TFileDescPascalUnitWithCGIDataModule.GetInterfaceUsesSection: string;
|
||||
begin
|
||||
Result:=inherited GetInterfaceUsesSection;
|
||||
Result:=Result+',cgiModules';
|
||||
Result:=Result+',LResources,cgiModules';
|
||||
end;
|
||||
|
||||
function TFileDescPascalUnitWithCGIDataModule.GetLocalizedName: string;
|
||||
|
@ -55,7 +55,7 @@ interface
|
||||
|
||||
// verbosity
|
||||
{ $DEFINE CTDEBUG}
|
||||
{$DEFINE ShowTriedFiles}
|
||||
{ $DEFINE ShowTriedFiles}
|
||||
{ $DEFINE ShowTriedContexts}
|
||||
{ $DEFINE ShowTriedBaseContexts}
|
||||
{ $DEFINE ShowTriedParentContexts}
|
||||
|
@ -1533,9 +1533,9 @@ function TGDBMIDebugger.ProcessStopped(const AParams: String; const AIgnoreSigIn
|
||||
var
|
||||
S: String;
|
||||
ObjAddr, ExceptionName, ExceptionMessage: String;
|
||||
ResultList: TStringList;
|
||||
//ResultList: TStringList;
|
||||
Location: TDBGLocationRec;
|
||||
OK: Boolean;
|
||||
//OK: Boolean;
|
||||
begin
|
||||
if tfRTLUsesRegCall in FTargetFlags
|
||||
then ObjAddr := '$eax'
|
||||
@ -2654,6 +2654,9 @@ initialization
|
||||
end.
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.57 2004/11/22 22:00:21 mattias
|
||||
fixed cgilazide uses clause
|
||||
|
||||
Revision 1.56 2004/11/22 08:08:36 vincents
|
||||
fixed fpc 1.0.x compilation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user