From a148746c073dd1c4b00d2387f2b77743d6c27004 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Wed, 26 Aug 2015 14:09:25 -0700 Subject: Remove reference to dynamic linking of modules, fix typos --- AstSemantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AstSemantics.md') diff --git a/AstSemantics.md b/AstSemantics.md index 48d1185..6fb71b1 100644 --- a/AstSemantics.md +++ b/AstSemantics.md @@ -326,7 +326,7 @@ the integer value of a coerced function-pointer value is an abstract index and does not reveal the actual machine code address of the target function. In the MVP, function pointer values are local to a single module. The -[dynamic linking](FutureFeatures.md#dynamic-linking) feature is necessary for +[dynamic linking](DynamicLinking.md) feature is necessary for two modules to pass function pointers back and forth. Multiple return value calls will be possible, though possibly not in the -- cgit v1.2.3