- remove $IFDEF DELPHI and related code

- remove $IFDEF FPCPROCVAR and related code
This commit is contained in:
mazen 2004-10-15 09:22:23 +00:00
parent 581b52422c
commit ad191865e3
5 changed files with 25 additions and 27 deletions

View File

@ -60,11 +60,7 @@ interface
implementation
uses
{$ifdef delphi}
dmisc,
{$else}
dos,
{$endif}
cutils,cclasses,
verbose,systems,globtype,globals,
symconst,script,
@ -505,7 +501,11 @@ initialization
end.
{
$Log$
Revision 1.13 2004-10-14 18:16:17 mazen
Revision 1.14 2004-10-15 09:24:38 mazen
- remove $IFDEF DELPHI and related code
- remove $IFDEF FPCPROCVAR and related code
Revision 1.13 2004/10/14 18:16:17 mazen
* USE_SYSUTILS merged successfully : cycles with and without defines
* Need to be optimized in performance

View File

@ -38,13 +38,8 @@ interface
implementation
uses
{$ifdef Delphi}
sysutils,
dmisc,
{$else Delphi}
strings,
dos,
{$endif Delphi}
cutils,cclasses,
globtype,comphook,systems,symsym,symdef,
globals,verbose,fmodule,script,
@ -518,7 +513,11 @@ initialization
end.
{
$Log$
Revision 1.8 2004-10-14 18:16:17 mazen
Revision 1.9 2004-10-15 09:24:38 mazen
- remove $IFDEF DELPHI and related code
- remove $IFDEF FPCPROCVAR and related code
Revision 1.8 2004/10/14 18:16:17 mazen
* USE_SYSUTILS merged successfully : cycles with and without defines
* Need to be optimized in performance

View File

@ -38,13 +38,8 @@ interface
implementation
uses
{$ifdef Delphi}
sysutils,
dmisc,
{$else Delphi}
strings,
dos,
{$endif Delphi}
cutils,cclasses,
globtype,comphook,systems,symsym,symdef,
globals,verbose,fmodule,script,
@ -518,7 +513,11 @@ initialization
end.
{
$Log$
Revision 1.12 2004-10-14 18:16:17 mazen
Revision 1.13 2004-10-15 09:24:38 mazen
- remove $IFDEF DELPHI and related code
- remove $IFDEF FPCPROCVAR and related code
Revision 1.12 2004/10/14 18:16:17 mazen
* USE_SYSUTILS merged successfully : cycles with and without defines
* Need to be optimized in performance

View File

@ -26,12 +26,7 @@ unit t_win32;
interface
uses
{$ifdef Delphi}
dmisc,
sysutils,
{$else Delphi}
dos,
{$endif Delphi}
cutils,cclasses,
aasmbase,aasmtai,aasmcpu,fmodule,globtype,globals,systems,verbose,
symconst,symdef,symsym,
@ -1659,7 +1654,11 @@ initialization
end.
{
$Log$
Revision 1.38 2004-10-14 18:16:17 mazen
Revision 1.39 2004-10-15 09:24:38 mazen
- remove $IFDEF DELPHI and related code
- remove $IFDEF FPCPROCVAR and related code
Revision 1.38 2004/10/14 18:16:17 mazen
* USE_SYSUTILS merged successfully : cycles with and without defines
* Need to be optimized in performance

View File

@ -40,9 +40,6 @@ uses
cpuinfo,
aasmbase,
cgbase
{$ifdef delphi}
,dmisc
{$endif}
;
@ -543,7 +540,11 @@ implementation
end.
{
$Log$
Revision 1.46 2004-08-24 21:23:11 florian
Revision 1.47 2004-10-15 09:22:23 mazen
- remove $IFDEF DELPHI and related code
- remove $IFDEF FPCPROCVAR and related code
Revision 1.46 2004/08/24 21:23:11 florian
* fixed i386 compilation
Revision 1.45 2004/07/09 23:30:13 jonas