From bb3cccc096e94f0047a8b856d7b631756508e741 Mon Sep 17 00:00:00 2001 From: Christian Witts Date: Thu, 5 Apr 2018 14:38:26 +0200 Subject: [PATCH] Update extccomp.nim link to devel branch, and fix a typo in the platform.nim link --- Consts-defined-by-the-compiler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Consts-defined-by-the-compiler.md b/Consts-defined-by-the-compiler.md index 8445031..19dd458 100644 --- a/Consts-defined-by-the-compiler.md +++ b/Consts-defined-by-the-compiler.md @@ -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