--- gforth/kernel/main.fs 1998/05/02 21:29:08 1.6 +++ gforth/kernel/main.fs 1998/06/17 16:55:17 1.7 @@ -27,13 +27,13 @@ Create mach-file here over 1+ allot place -require errors.fs -require search.fs -require extend.fs +require ../errors.fs +require ../search.fs +require ../extend.fs \ include etags.fs -include cross.fs \ include cross-compiler +include ../cross.fs \ include cross-compiler decimal @@ -63,43 +63,43 @@ LOCK doc-off has? prims [IF] - include kernel/aliases.fs \ include primitive aliases + include aliases.fs \ include primitive aliases [ELSE] prims-include undef-words - include kernel/prim.fs + include prim.fs all-words UNLOCK LOCK [THEN] doc-on 0 AConstant forthstart -include kernel/vars.fs \ variables and other stuff -include kernel/errore.fs -include kernel/version.fs -include kernel/kernel.fs \ load kernel -include kernel/doers.fs +include vars.fs \ variables and other stuff +include errore.fs +include version.fs +include kernel.fs \ load kernel +include doers.fs has? file [IF] -include kernel/args.fs -include kernel/files.fs \ load file words -include kernel/paths.fs -include kernel/require.fs +include args.fs +include files.fs \ load file words +include paths.fs +include require.fs [THEN] has? compiler [IF] has? glocals [IF] -include kernel/cond.fs \ load IF and co +include cond.fs \ load IF and co [ELSE] -include kernel/cond-old.fs \ load IF and co w/o locals +include cond-old.fs \ load IF and co w/o locals [THEN] -include kernel/toolsext.fs +include toolsext.fs \ include arch/misc/tt.fs \ include arch/misc/sokoban.fs [THEN] -include kernel/tools.fs \ load tools ( .s dump ) -include kernel/doers.fs -include kernel/getdoers.fs -include kernel/special.fs \ special must be last! +include tools.fs \ load tools ( .s dump ) +include doers.fs +include getdoers.fs +include special.fs \ special must be last! \ Setup 13feb93py