mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 18:18:31 +02:00
* making UNIT lower case.
This commit is contained in:
parent
76cd13108c
commit
8cb32a768b
@ -19,7 +19,7 @@
|
|||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
****************************************************************************}
|
****************************************************************************}
|
||||||
UNIT ncpucall;
|
unit ncpucall;
|
||||||
{$INCLUDE fpcdefs.inc}
|
{$INCLUDE fpcdefs.inc}
|
||||||
interface
|
interface
|
||||||
uses
|
uses
|
||||||
@ -36,11 +36,8 @@ set when generating function prologue in cgcpu.tcgSPARC.g_stackframe_entry}
|
|||||||
implementation
|
implementation
|
||||||
uses
|
uses
|
||||||
systems,
|
systems,
|
||||||
cutils,verbose,globals,
|
cutils,verbose,
|
||||||
paramgr,
|
paramgr,
|
||||||
{$ifdef GDB}
|
|
||||||
gdb,
|
|
||||||
{$endif GDB}
|
|
||||||
cgbase,
|
cgbase,
|
||||||
nmem,nld,ncnv,
|
nmem,nld,ncnv,
|
||||||
cgobj,tgobj,rgobj,rgcpu,cgcpu,cpupi;
|
cgobj,tgobj,rgobj,rgcpu,cgcpu,cpupi;
|
||||||
@ -66,7 +63,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2003-02-04 21:50:54 mazen
|
Revision 1.8 2003-02-05 22:44:55 mazen
|
||||||
|
* making UNIT lower case.
|
||||||
|
|
||||||
|
Revision 1.7 2003/02/04 21:50:54 mazen
|
||||||
* fixing internal errors related to notn when compiling RTL
|
* fixing internal errors related to notn when compiling RTL
|
||||||
|
|
||||||
Revision 1.6 2003/01/22 22:30:03 mazen
|
Revision 1.6 2003/01/22 22:30:03 mazen
|
||||||
|
Loading…
Reference in New Issue
Block a user