From b8fce9c58f738661e40e24c17431ff17dab3481e Mon Sep 17 00:00:00 2001 From: "Lynn C. Rees" Date: Tue, 14 Nov 2017 12:49:18 -0700 Subject: [PATCH] Clarify compiler plugin support --- compiler/pluginsupport.nim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/pluginsupport.nim b/compiler/pluginsupport.nim index 19a0bc84d2..f67942c979 100644 --- a/compiler/pluginsupport.nim +++ b/compiler/pluginsupport.nim @@ -7,8 +7,9 @@ # distribution, for details about the copyright. # -## Plugin support for the Nim compiler. Right now they -## need to be build with the compiler, no DLL support. +## Plugin support for the Nim compiler. Right now plugins +## need to be built with the compiler only: plugins using +## DLLs or the FFI will not work. import ast, semdata, idents