- 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 implementation
uses uses
{$ifdef delphi}
dmisc,
{$else}
dos, dos,
{$endif}
cutils,cclasses, cutils,cclasses,
verbose,systems,globtype,globals, verbose,systems,globtype,globals,
symconst,script, symconst,script,
@ -505,7 +501,11 @@ initialization
end. end.
{ {
$Log$ $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 * USE_SYSUTILS merged successfully : cycles with and without defines
* Need to be optimized in performance * Need to be optimized in performance

View File

@ -38,13 +38,8 @@ interface
implementation implementation
uses uses
{$ifdef Delphi}
sysutils,
dmisc,
{$else Delphi}
strings, strings,
dos, dos,
{$endif Delphi}
cutils,cclasses, cutils,cclasses,
globtype,comphook,systems,symsym,symdef, globtype,comphook,systems,symsym,symdef,
globals,verbose,fmodule,script, globals,verbose,fmodule,script,
@ -518,7 +513,11 @@ initialization
end. end.
{ {
$Log$ $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 * USE_SYSUTILS merged successfully : cycles with and without defines
* Need to be optimized in performance * Need to be optimized in performance

View File

@ -38,13 +38,8 @@ interface
implementation implementation
uses uses
{$ifdef Delphi}
sysutils,
dmisc,
{$else Delphi}
strings, strings,
dos, dos,
{$endif Delphi}
cutils,cclasses, cutils,cclasses,
globtype,comphook,systems,symsym,symdef, globtype,comphook,systems,symsym,symdef,
globals,verbose,fmodule,script, globals,verbose,fmodule,script,
@ -518,7 +513,11 @@ initialization
end. end.
{ {
$Log$ $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 * USE_SYSUTILS merged successfully : cycles with and without defines
* Need to be optimized in performance * Need to be optimized in performance

View File

@ -26,12 +26,7 @@ unit t_win32;
interface interface
uses uses
{$ifdef Delphi}
dmisc,
sysutils,
{$else Delphi}
dos, dos,
{$endif Delphi}
cutils,cclasses, cutils,cclasses,
aasmbase,aasmtai,aasmcpu,fmodule,globtype,globals,systems,verbose, aasmbase,aasmtai,aasmcpu,fmodule,globtype,globals,systems,verbose,
symconst,symdef,symsym, symconst,symdef,symsym,
@ -1659,7 +1654,11 @@ initialization
end. end.
{ {
$Log$ $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 * USE_SYSUTILS merged successfully : cycles with and without defines
* Need to be optimized in performance * Need to be optimized in performance

View File

@ -40,9 +40,6 @@ uses
cpuinfo, cpuinfo,
aasmbase, aasmbase,
cgbase cgbase
{$ifdef delphi}
,dmisc
{$endif}
; ;
@ -543,7 +540,11 @@ implementation
end. end.
{ {
$Log$ $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 * fixed i386 compilation
Revision 1.45 2004/07/09 23:30:13 jonas Revision 1.45 2004/07/09 23:30:13 jonas