CLIPS 6.42 fails to build for RUN_TIME=1
Fixed the issue and checking in a fix to the SourceForge svn repository.
64x Fixed DEFTEMPLATE_CONSTRUCT compile issue when other binary file features disabled.
63x 64x Restored BLOCK_MEMORY functionality
What I'd suggest doing is to create a module containing all of the deftemplates and defclasses that are part of your saved state. Import that module into MAIN and export everything from MAIN for your other modules to import. Declare deftemplates and defclasses locally in modules only for things that don't require persistence. This will allow you to more easily export all of the facts that are needed for the saved state. CLIPS 6.4 has bsave-facts/bload-facts functions. CLIPS 7.0, whenever I get that...
Extend / function to allow a single parameter
Implemented in version 7.0
Extend the - function to accept a single argument