Update extccomp.nim link to devel branch, and fix a typo in the platform.nim link
This commit is contained in:
parent
2c4a85713a
commit
bb3cccc096
|
@ -1,7 +1,7 @@
|
|||
# Defined
|
||||
The following three lists are compiled from:
|
||||
[Nim/compiler/plataform.nim](https://github.com/nim-lang/Nim/blob/devel/compiler/platform.nim) and
|
||||
[Nim/compiler/extccomp.nim](https://github.com/nim-lang/Nim/blob/1ad729ee3b4738cffcbf0009e8849cb57b729e91/compiler/extccomp.nim)
|
||||
[Nim/compiler/platform.nim](https://github.com/nim-lang/Nim/blob/devel/compiler/platform.nim) and
|
||||
[Nim/compiler/extccomp.nim](https://github.com/nim-lang/Nim/blob/devel/compiler/extccomp.nim)
|
||||
|
||||
One can use some name from them like:
|
||||
```nim
|
||||
|
|
Loading…
Reference in New Issue