[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LOADCOMP



new feature:
there is a function called LOADCOMP of two arguments, FILE and LDFLG.
LOADCOMP effectively looks at FILE and
makes all necessary changes to NOFIXFNSLST, NOFIXVARSLST, etc.
so that the material in thatfile is "noticed" for the purposes
of dwimifying. All expressions under a DECLARE:
EVAL@COMPILE are also evaluated. Thus, if you are building
a "system", and want to compile one file, you simply have
to LOADCOMP the other files.

note: LOADCOMP does not look atDEFLIST's or PUTPROPS
unless they are under a DECLARE: . it also does not
read in the function definitions, but
uses the file map, and/or skread so it does not
perform a lot of unnecessary conses.

warren
-------