diff options
author | Araq <rumpf_a@web.de> | 2016-11-29 10:40:14 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-11-29 10:40:14 +0100 |
commit | c5a336741cc5737a5600da451e6471d069351f2f (patch) | |
tree | a9bf370fe39c8a1848b180d1fe80f6315465c0e6 /compiler | |
parent | d495ef57054f91799144022012eef646b9194163 (diff) | |
parent | 7f01bd6d46b953d781bc6c3ab7a0db150a07e9e7 (diff) | |
download | Nim-c5a336741cc5737a5600da451e6471d069351f2f.tar.gz |
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/docgen.nim | 6 | ||||
-rw-r--r-- | compiler/nim.cfg | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/compiler/docgen.nim b/compiler/docgen.nim index 76b36d796..211544924 100644 --- a/compiler/docgen.nim +++ b/compiler/docgen.nim @@ -13,8 +13,10 @@ import ast, strutils, strtabs, options, msgs, os, ropes, idents, - wordrecg, syntaxes, renderer, lexer, rstast, rst, rstgen, times, highlite, - importer, sempass2, json, xmltree, cgi, typesrenderer, astalgo + wordrecg, syntaxes, renderer, lexer, packages/docutils/rstast, + packages/docutils/rst, packages/docutils/rstgen, times, + packages/docutils/highlite, importer, sempass2, json, xmltree, cgi, + typesrenderer, astalgo type TSections = array[TSymKind, Rope] diff --git a/compiler/nim.cfg b/compiler/nim.cfg index 0ff128ba3..853ae7e00 100644 --- a/compiler/nim.cfg +++ b/compiler/nim.cfg @@ -4,8 +4,6 @@ hint[XDeclaredButNotUsed]:off path:"llvm" path:"$projectPath/.." -path:"$lib/packages/docutils" - define:booting #import:"$projectpath/testability" |