mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 02:47:55 +02:00
* Dotted filenames for package libgc
This commit is contained in:
parent
cc950e7974
commit
5d4aa763f2
3
packages/libgc/namespaced/Api.Libgc.Gcmem.pp
Normal file
3
packages/libgc/namespaced/Api.Libgc.Gcmem.pp
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
unit Api.Libgc.Gcmem;
|
||||||
|
{$DEFINE FPC_DOTTEDUNITS}
|
||||||
|
{$i gcmem.pp}
|
3
packages/libgc/namespaces.lst
Normal file
3
packages/libgc/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
src/gcmem.pp=namespaced/Api.Libgc.Gcmem.pp
|
||||||
|
{s*:src/}=namespaced/
|
||||||
|
{i+:src/}
|
@ -1,4 +1,6 @@
|
|||||||
|
{$IFNDEF FPC_DOTTEDUNITS}
|
||||||
unit gcmem;
|
unit gcmem;
|
||||||
|
{$ENDIF FPC_DOTTEDUNITS}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user