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
|
# Defined
|
||||||
The following three lists are compiled from:
|
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/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/1ad729ee3b4738cffcbf0009e8849cb57b729e91/compiler/extccomp.nim)
|
[Nim/compiler/extccomp.nim](https://github.com/nim-lang/Nim/blob/devel/compiler/extccomp.nim)
|
||||||
|
|
||||||
One can use some name from them like:
|
One can use some name from them like:
|
||||||
```nim
|
```nim
|
||||||
|
|
Loading…
Reference in New Issue