summary refs log tree commit diff stats
path: root/lib/std/cmdline.nim
diff options
context:
space:
mode:
authorCentury Systems <centurysys@users.noreply.github.com>2023-02-28 22:38:50 +0900
committerGitHub <noreply@github.com>2023-02-28 14:38:50 +0100
commitdd629c8f450aa6bc871b54e4e549ad5fea2979a3 (patch)
treed2df4fd1e22fbfa3641e9d6516167ba0b60c4e09 /lib/std/cmdline.nim
parent83e33207250643dedc541e44ecf32d58f3edd097 (diff)
downloadNim-dd629c8f450aa6bc871b54e4e549ad5fea2979a3.tar.gz
asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)
* asyncdispatch: for NuttX, add destructor to clear global dispatcher using atexit().

Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>

* std: exitprocs: remove "when defined(nuttx)" block.

Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>

---------

Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>
Diffstat (limited to 'lib/std/cmdline.nim')
0 files changed, 0 insertions, 0 deletions
a61f484b67b231929432436ba9717494f1648f'>7ca61f484 ^
681d8e074 ^
7ca61f484 ^































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66