compiler.cfg: Rename doc -> docs in filenames so the docs load.

db4
Doug Coleman 2014-07-17 15:31:24 -05:00
parent fe548d9ed7
commit d173da94c1
3 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ factor-call-insn ;
M: gc-map-insn clone call-next-method [ clone ] change-gc-map ;
! Each one has a gc-map slot
TUPLE: gc-map scrub-d scrub-r gc-roots derived-roots ;
TUPLE: gc-map scrub-d scrub-r check-d check-r gc-roots derived-roots ;
: <gc-map> ( -- gc-map ) gc-map new ;