mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
* refactor posix.nim
* types move to separate files for platform-specifc and generic
("other')
* consts move to separate files that get autogenerated by detect.nim
* proc's stay where they are for now, though in a second stage might
move as well
* fix missing when
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
pre.c
|
|
pre.i
|
|
genconsts.c
|
|
other_consts.nim
|
|
linux_amd64_consts.nim
|