mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 11:18:18 +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;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user