mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 09:18:15 +02:00
* Dotted filenames for package tcl
This commit is contained in:
parent
a057c96717
commit
f126fbe2cf
3
packages/tcl/namespaced/Api.Tcl80.pp
Normal file
3
packages/tcl/namespaced/Api.Tcl80.pp
Normal file
@ -0,0 +1,3 @@
|
||||
unit Api.Tcl80;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i tcl80.pp}
|
3
packages/tcl/namespaces.lst
Normal file
3
packages/tcl/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
||||
src/tcl80.pp=namespaced/Api.Tcl80.pp
|
||||
{s*:src/}=namespaced/
|
||||
{i+:src/}
|
@ -20,7 +20,9 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
* ***********************************************************************
|
||||
*}
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit Tcl80;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$MODE OBJFPC}
|
||||
{$ifdef CPUI386}
|
||||
@ -942,7 +944,11 @@ type
|
||||
|
||||
|
||||
implementation
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
uses System.SysUtils {, System.Classes};
|
||||
{$ELSE FPC_DOTTEDUNITS}
|
||||
uses SysUtils {, Classes};
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
|
||||
// Macro emulation
|
||||
|
Loading…
Reference in New Issue
Block a user