Merge pull request #2683 from ffortier/master

Support hermetic build environment
This commit is contained in:
Mark Thom
2024-12-13 21:39:12 -07:00
committed by GitHub
2 changed files with 8 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
:- module('$toplevel', []).
:- module('$toplevel', [repl/0]).
:- use_module(library(charsio)).
:- use_module(library(error)).