Artifact 550b88e619052638649c9149469ed95e67ac19564b27f1bd63fc16749a35eace:
- Executable file
r38/util/mkpckge.dat
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 477) [annotate] [blame] [check-ins using] [more...]
% mkpckge.dat -- support for remake script. symbolic; on gc; if getenv "lisp" = "psl" then <<load compiler; errorset('(load compat),nil,nil); % PSL compiler REDUCE support. !*verboseload := t; if getenv "package" = "conlaw" % Needs more ID space. then <<print "hah"; load big!-faslend; initcodemax!* := 200>>>> else !*savedef := nil; !*argnochk := t; load remake; in "$reduce/package.red"$ package!-remake intern getenv "package"; bye;