Differences From Artifact [704df64a44]:
- File configfmod.scm — part of check-in [5de6734970] at 2023-01-30 22:06:47 on branch v1.80-reshape-no-debugprint — removed all imports of debugprint and still can't run megatest exe (user: matt, size: 1739) [annotate] [blame] [check-ins using]
To Artifact [932c929ace]:
- File configfmod.scm — part of check-in [f308bbcbc0] at 2023-01-31 06:47:11 on branch v1.80-reshape-no-debugprint — Re-arranged uses and imports and it worked better (user: matt, size: 1742) [annotate] [blame] [check-ins using]
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + | ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit configfmod)) (declare (uses mtargs)) |
︙ |