mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 14:18:24 +02:00
* Rename ag386nsm.pas unit source to agx86nsm.pas
git-svn-id: trunk@17933 -
This commit is contained in:
parent
f6ab12d677
commit
cff85bdb3b
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -612,9 +612,9 @@ compiler/wpo.pas svneol=native#text/plain
|
|||||||
compiler/wpobase.pas svneol=native#text/plain
|
compiler/wpobase.pas svneol=native#text/plain
|
||||||
compiler/wpoinfo.pas svneol=native#text/plain
|
compiler/wpoinfo.pas svneol=native#text/plain
|
||||||
compiler/x86/aasmcpu.pas svneol=native#text/plain
|
compiler/x86/aasmcpu.pas svneol=native#text/plain
|
||||||
compiler/x86/ag386nsm.pas svneol=native#text/plain
|
|
||||||
compiler/x86/agx86att.pas svneol=native#text/plain
|
compiler/x86/agx86att.pas svneol=native#text/plain
|
||||||
compiler/x86/agx86int.pas svneol=native#text/plain
|
compiler/x86/agx86int.pas svneol=native#text/plain
|
||||||
|
compiler/x86/agx86nsm.pas svneol=native#text/plain
|
||||||
compiler/x86/cga.pas svneol=native#text/plain
|
compiler/x86/cga.pas svneol=native#text/plain
|
||||||
compiler/x86/cgx86.pas svneol=native#text/plain
|
compiler/x86/cgx86.pas svneol=native#text/plain
|
||||||
compiler/x86/cpubase.pas svneol=native#text/plain
|
compiler/x86/cpubase.pas svneol=native#text/plain
|
||||||
|
@ -92,7 +92,7 @@ implementation
|
|||||||
,agx86att
|
,agx86att
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifndef NOAG386NSM}
|
{$ifndef NOAG386NSM}
|
||||||
,ag386nsm
|
,agx86nsm
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifndef NOAG386INT}
|
{$ifndef NOAG386INT}
|
||||||
,agx86int
|
,agx86int
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
}
|
}
|
||||||
unit ag386nsm;
|
unit agx86nsm;
|
||||||
|
|
||||||
{$i fpcdefs.inc}
|
{$i fpcdefs.inc}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user