--- gforth/prims2x.fs 1998/12/25 22:50:49 1.38 +++ gforth/prims2x.fs 1999/03/09 17:19:40 1.40 @@ -42,14 +42,19 @@ warnings off -require search.fs -require extend.fs +[IFUNDEF] vocabulary \ we are executed just with kernel image + \ load the rest that is needed + \ (require fails because this file is needed from a + \ different directory with the wordlibraries) +include ./search.fs +include ./extend.fs +[THEN] -\ require interpretation.fs -\ require debugs.fs -[IFUNDEF] vocabulary include search.fs [THEN] -[IFUNDEF] environment? include environ.fs [THEN] -include gray.fs +[IFUNDEF] environment? +include ./environ.fs +[THEN] + +include ./gray.fs 100 constant max-effect \ number of things on one side of a stack effect 255 constant maxchar