diff options
author | Araq <rumpf_a@web.de> | 2012-07-24 01:14:21 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-24 01:14:21 +0200 |
commit | ed915a309e31392afb72e144d6f4d58a10836734 (patch) | |
tree | ab77ee78f47cc898991cd684361c1c6f882ba082 /doc | |
parent | 34efc2cdf9ac515fae55ec2cc9d6efac37f63398 (diff) | |
download | Nim-ed915a309e31392afb72e144d6f4d58a10836734.tar.gz |
DLLs should work again; fixes #169
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/intern.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/intern.txt b/doc/intern.txt index 748b648fb..c84797251 100755 --- a/doc/intern.txt +++ b/doc/intern.txt @@ -518,5 +518,3 @@ backend somehow. We deal with this by modifying ``s.ast[paramPos]`` to contain the formal hidden parameter, but not ``s.typ``! - - |