mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 06:57:52 +02:00
* Correct names - must be unique
This commit is contained in:
parent
69c85d74e0
commit
6ff92cb813
@ -9,8 +9,8 @@ Type
|
||||
|
||||
const
|
||||
TimerExportName = 'timer';
|
||||
TimerFN_Allocate = 'allocate';
|
||||
TimerFN_DeAllocate = 'deallocate';
|
||||
TimerFN_Allocate = 'allocate_timer';
|
||||
TimerFN_DeAllocate = 'deallocate_timer';
|
||||
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user